UserInteractiveObjectMouseClick Event |
LightningChart .NET Help
Mouse button has been clicked.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic virtual event MouseEventHandler MouseClick
Public Overridable Event MouseClick As MouseEventHandler
public:
virtual event MouseEventHandler^ MouseClick {
void add (MouseEventHandler^ value);
void remove (MouseEventHandler^ value);
}Value
Type:
System.Windows.FormsMouseEventHandler
See Also