ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
Class
Definition
Provides event data for the ViewChanged event and similar control-specific events.
public : sealed class ScrollViewerViewChangedEventArgs : IScrollViewerViewChangedEventArgspublic sealed class ScrollViewerViewChangedEventArgs : IScrollViewerViewChangedEventArgsPublic NotInheritable Class ScrollViewerViewChangedEventArgs Implements IScrollViewerViewChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
ScrollViewerViewChangedEventArgs() ScrollViewerViewChangedEventArgs() ScrollViewerViewChangedEventArgs() ScrollViewerViewChangedEventArgs()
Initializes a new instance of the ScrollViewerViewChangedEventArgs class.
public : ScrollViewerViewChangedEventArgs()public ScrollViewerViewChangedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
IsIntermediate IsIntermediate IsIntermediate IsIntermediate
Gets a value that indicates whether the underlying manipulation that raised the event is complete.
public : PlatForm::Boolean IsIntermediate { get; }public bool IsIntermediate { get; }Public ReadOnly Property IsIntermediate As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if the manipulation is at an intermediate stage and not yet final; false if the manipulation is final.