C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / DetailProviderRowHeaderCell Class / ToolTipClosing Event

ToolTipClosing Event (DetailProviderRowHeaderCell)
Syntax
'Declaration
 
Public Event ToolTipClosing As ToolTipEventHandler
 
Event Data

The event handler receives an argument of type ToolTipEventArgs containing data related to this event. The following ToolTipEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also