This topic has not yet been rated - Rate this topic

ScrollEventArgs class

Provides data for the Scroll event.

Inheritance

Object
  RoutedEventArgs
    ScrollEventArgs

Syntax


public sealed class ScrollEventArgs : RoutedEventArgs

Attributes

ActivatableAttribute(NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ScrollEventArgs class has these types of members:

Constructors

The ScrollEventArgs class has these constructors.

ConstructorDescription
ScrollEventArgs Initializes a new instance of the ScrollEventArgs class.

 

Methods

The ScrollEventArgs class inherits methods from the Object class.

Properties

The ScrollEventArgs class has these properties.

PropertyAccess typeDescription

NewValue

Read-onlyGets the new Value of the ScrollBar.

OriginalSource

Read-onlyGets a reference to the object that raised the event. (Inherited from RoutedEventArgs)

ScrollEventType

Read-onlyGets a ScrollEventType describing the event.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

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

Metadata

Windows.winmd

See also

RoutedEventArgs

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.