ScrollViewer.ScrollChanged Event

Definition

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

public:
 event System::Windows::Controls::ScrollChangedEventHandler ^ ScrollChanged;
public event System.Windows.Controls.ScrollChangedEventHandler ScrollChanged;
member this.ScrollChanged : System.Windows.Controls.ScrollChangedEventHandler 
Public Custom Event ScrollChanged As ScrollChangedEventHandler 

Event Type

Remarks

Routed Event Information

Identifier field ScrollChangedEvent
Routing strategy Bubbling
Delegate ScrollChangedEventHandler

Applies to

See also