ViewSmithBeforePanning Event |
LightningChart .NET Help
Panning is about to start.
Namespace:
Arction.WinForms.Charting.Views.ViewSmith
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ViewSmithBeforePanningEventHandler BeforePanning
Public Event BeforePanning As ViewSmithBeforePanningEventHandler
public:
event ViewSmithBeforePanningEventHandler^ BeforePanning {
void add (ViewSmithBeforePanningEventHandler^ value);
void remove (ViewSmithBeforePanningEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.Views.ViewSmithViewSmithBeforePanningEventHandler
See Also