ScrollEventArgs Constructor

Initializes a new instance of the ScrollEventArgs class

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ScrollEventArgs(
	ScrollEventType eventType,
	double newValue
)

Parameters

eventType  ScrollEventType
 
newValue  Double
 

See Also