'Declaration
Public Event CustomTooltipDisplaying As EventHandler(Of CustomTooltipDisplayingEventArgs)
public event EventHandler<CustomTooltipDisplayingEventArgs> CustomTooltipDisplaying
Event Data
The event handler receives an argument of type CustomTooltipDisplayingEventArgs containing data related to this event. The following CustomTooltipDisplayingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ScreenPoint | A position of the Popup control relative to the upper-left corner of the screen. |
See Also