Class ScrollEventArgs
Provides data for the Scroll event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public sealed class ScrollEventArgs : RoutedEventArgs
Constructors
| Improve this Doc View SourceScrollEventArgs(Double, ScrollEventType)
Initializes a new instance of the ScrollEventArgs class.
Declaration
public ScrollEventArgs(double newValue, ScrollEventType scrollEventType)
Parameters
Type | Name | Description |
---|---|---|
System.Double | newValue | The new Value of the ScrollBar. |
ScrollEventType | scrollEventType | A ScrollEventType describing the event. |
Properties
| Improve this Doc View SourceNewValue
Gets the new Value of the ScrollBar.
Declaration
public double NewValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
ScrollEventType
Gets a ScrollEventType describing the event.
Declaration
public ScrollEventType ScrollEventType { get; }
Property Value
Type | Description |
---|---|
ScrollEventType |