Expand Minimize
0 out of 2 rated this helpful - Rate this topic

ScrollViewer.ViewChanged event

Occurs when manipulations that affect the view raise an underlying event.

Syntax


public event EventHandler<ScrollViewerViewChangedEventArgs> ViewChanged


<ScrollViewer ViewChanged="eventhandler"/>

Event information

DelegateSystem.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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ScrollViewer
ScrollViewerViewChangedEventArgs

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.