ComponentOne InputPanel for WPF
ToolTipClosing Event (C1InputMaskedTextBox)

C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputMaskedTextBox Class : ToolTipClosing Event
Syntax
'Declaration
 
Public Event ToolTipClosing As System.Windows.Controls.ToolTipEventHandler
public event System.Windows.Controls.ToolTipEventHandler ToolTipClosing
Event Data

The event handler receives an argument of type System.Windows.Controls.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