Raised when the left mouse button is pressed while the pointer is over this control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void OnPreviewMouseDown ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub OnPreviewMouseDown( _ |
An instance of the MouseButtonEventArgs class that provides data for the event.
See Also