Provides data for the ToolTip.Popup event.
See Also: PopupEventArgs Members
The ToolTip.Popup event of the System.Windows.Forms.ToolTip class is raised before a ToolTip is displayed. The handler for this event receives a parameter of type System.Windows.Forms.PopupEventArgs. This parameter provides information about the ToolTip and enables you to modify the size of the ToolTip through the PopupEventArgs.ToolTipSize property. Because ToolTip.Popup derives from System.ComponentModel.CancelEventArgs, the handler can also stop the ToolTip from being displayed.