ScrollChangedEventArgs Members

The following tables list the members exposed by the ScrollChangedEventArgs type.

Public Constructors

Name Description
Public Method ScrollChangedEventArgs Initializes a new instance of the ScrollChangedEventArgs class.

Public Fields

Name Description
Public Field HorizontalChange Contains the new (changed) horizontal offset value for a ScrollViewer object.
Public Field HorizontalOffset Contains the current horizontal offset value for a ScrollViewer object.
Public Field VerticalChange Contains the new (changed) vertical offset value for a ScrollViewer object.
Public Field VerticalOffset Contains the current vertical offset value for a ScrollViewer object.

Public Properties

Name Description
Public Property Empty (Inherited from EventArgs.)

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

ScrollChangedEventArgs Class
Microsoft.SPOT.Presentation.Controls Namespace