'Declaration Public Event PopupToolTip As System.EventHandler(Of ToolTipPositionEventArgs)
public event System.EventHandler<ToolTipPositionEventArgs> PopupToolTip
Event Data
The event handler receives an argument of type C1.Win.Ribbon.ToolTipPositionEventArgs containing data related to this event. The following ToolTipPositionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Component | |
ComponentBounds | |
Location | |
Text |
See Also