ComponentOne Chart for WPF and Silverlight
PreviewMouseDown Event (FrameworkElement3D)


C1.WPF.C1Chart Namespace > FrameworkElement3D Class : PreviewMouseDown Event
Syntax
'Declaration
 
Public Event PreviewMouseDown As System.Windows.Input.MouseButtonEventHandler
'Usage
 
Dim instance As FrameworkElement3D
Dim handler As System.Windows.Input.MouseButtonEventHandler
 
AddHandler instance.PreviewMouseDown, handler
public event System.Windows.Input.MouseButtonEventHandler PreviewMouseDown
Event Data

The event handler receives an argument of type System.Windows.Input.MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

PropertyDescription
Gets the state of the button associated with the event.  
Gets the button associated with the event.  
Gets the number of times the button was clicked.  
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
See Also