'Declaration Public Event CustomTooltipDisplaying As System.EventHandler(Of CustomTooltipDisplayingEventArgs)
public event System.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. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also