ScrollBarBaseScroll Event |
LightningChart .NET Help
Occurs when the scroll bar thumb has been moved.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ScrollBarBaseScrollEventHandler Scroll
Public Event Scroll As ScrollBarBaseScrollEventHandler
public:
event ScrollBarBaseScrollEventHandler^ Scroll {
void add (ScrollBarBaseScrollEventHandler^ value);
void remove (ScrollBarBaseScrollEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVMScrollBarBaseScrollEventHandler
See Also