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. |
ScrollEventArgs(ScrollEventType, Double)
Initializes a new instance of the ScrollEventArgs class.
Declaration
public ScrollEventArgs(ScrollEventType scrollEventType, double newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollEventType | scrollEventType | A ScrollEventType describing the event. |
| System.Double | newValue |
Properties
| Improve this Doc View SourceNewValue
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 | A ScrollEventType describing the event. |