ToolTipEventArgs Class
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
When a tooltip opens and closes, this class provides event information. The element that specifies the tooltip inherits from either FrameworkElement or ContentElement. Therefore, open and close events exist on both of these classes. The following table lists the events that use this class.
| Events that occur when a tooltip opens | Events that occur when a tooltip closes |
|---|---|
These events are registered by the ToolTipService class as the ToolTipOpeningEvent and ToolTipClosingEvent fields. The FrameworkElement and FrameworkContentElement classes both implement the ToolTipService and expose this event by defining the events in the previous table
The ToolTipEventArgs class overrides the InvokeEventHandler method. However, this protected member does not appear on the ToolTipEventArgs list of members because the method is sealed and cannot be overridden in classes from ToolTipEventArgs. The implementation of the method in this class casts the event handler delegate that is provided as a parameter to the method to the ToolTipEventHandler type.
If the tooltip is defined as a ToolTip object, the Opened and Closed events of the ToolTip class are also raised when a tooltip opens and closes.
System.EventArgs
System.Windows.RoutedEventArgs
System.Windows.Controls.ToolTipEventArgs
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ToolTipEventArgs MembersSystem.Windows.Controls Namespace
ToolTipEventHandler
FrameworkElement.ToolTipOpening
FrameworkElement.ToolTipClosing
FrameworkContentElement.ToolTipOpening
FrameworkContentElement.ToolTipClosing
ToolTipService.ToolTipOpeningEvent
ToolTipService.ToolTipClosingEvent
Opened
Closed
ToolTip
ToolTipService