ComponentOne FlexChart for WPF
ToolTipOpening Event (C1FlexChart)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > C1FlexChart Class : ToolTipOpening Event
Syntax
'Declaration
 
Public Event ToolTipOpening As System.Windows.Controls.ToolTipEventHandler
public event System.Windows.Controls.ToolTipEventHandler ToolTipOpening
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