DynamicScrollViewer.OnScrollChanged(ScrollChangedEventArgs) method¶
Defined in
Type: DynamicScrollViewer
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected override void OnScrollChanged(ScrollChangedEventArgs e)
Summary: OnScrollChanged is an override called whenever scrolling state changes on this DynamicScrollViewer.
Parameters
| Name | Type | Description |
|---|---|---|
e | ScrollChangedEventArgs | ScrollChangedEventArgs containing information about the change in scrolling state. |
Remarks
OnScrollChanged fires the ScrollChangedEvent. Overriders of this method should call
base.OnScrollChanged(args) if they want the event to be fired.