ScrollEventArgs Constructor
Initializes a new instance of the ScrollEventArgs class
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ScrollEventArgs(
ScrollEventType eventType,
double newValue
)
Public Sub New (
eventType As ScrollEventType,
newValue As Double
)
new :
eventType : ScrollEventType *
newValue : float -> ScrollEventArgs
Parameters
See Also
Reference
ScrollEventArgs Class
Avalonia.Controls.Primitives Namespace