LightningChartMouseDown Event |
LightningChart .NET Help
Occurs when any mouse button is pressed while the pointer is over this element.
Overrided the UIElements MouseDown as we mark it handled as per Microsoft guidelines.
This can be used instead to receive the information, or PreviewMouseDown event should be used instead.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event MouseButtonEventHandler MouseDown
Public Event MouseDown As MouseButtonEventHandler
public:
event MouseButtonEventHandler^ MouseDown {
void add (MouseButtonEventHandler^ value);
void remove (MouseButtonEventHandler^ value);
}Value
Type:
System.Windows.InputMouseButtonEventHandler
See Also