Occurs when manipulations that affect the view raise an underlying event.
Syntax
<ScrollViewer ViewChanged="eventhandler"/>
Event information
| Delegate | System.EventHandler<ScrollViewerViewChangedEventArgs> [.NET] | Windows.Foundation.EventHandler<ScrollViewerViewChangedEventArgs> [C++] |
|---|
Remarks
In your event handler, use a parameter of type ScrollViewerViewChangedEventArgs for the second parameter of your handler method. ScrollViewerViewChangedEventArgs includes the IsIntermediate property, which reports whether the manipulation that raised the event is completed or still ongoing.
Not every underlying manipulation will necessarily raise an occurrence of this event. The class logic delays and consolidates intermediate events into a single occurrence in some cases.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013