ComponentOne Chart for WPF and Silverlight
ToolTipClosing Event (FrameworkElement3D)


C1.WPF.C1Chart Namespace > FrameworkElement3D Class : ToolTipClosing Event
Syntax
'Declaration
 
Public Event ToolTipClosing As System.Windows.Controls.ToolTipEventHandler
'Usage
 
Dim instance As FrameworkElement3D
Dim handler As System.Windows.Controls.ToolTipEventHandler
 
AddHandler instance.ToolTipClosing, handler
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