ViewSmithBeforePanning Event |
LightningChart .NET Help
Panning is about to start.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.Wpf.ChartingMVVM.Views.ViewSmithViewSmithBeforePanningEventHandler
See Also