ScrollViewer::OnScrollChanged Method (ScrollChangedEventArgs^)
.NET Framework (current version)
Called when a change in scrolling state is detected, such as a change in scroll position, extent, or viewport size.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Controls::ScrollChangedEventArgs^
The ScrollChangedEventArgs that contain information about the change in the scrolling state.
If you override this method, call base.OnScrollChanged(ScrollChangedEventArgs) to ensure that this event is raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: