ScrollViewer.ScrollChanged Event

Definition

Occurs when changes are detected to the scroll position, extent, or viewport size.

C#
public event System.Windows.Controls.ScrollChangedEventHandler ScrollChanged;

Event Type

Remarks

Routed Event Information

Item Value
Identifier field ScrollChangedEvent
Routing strategy Bubbling
Delegate ScrollChangedEventHandler

Applies to

See also