ILogicalScrollableRaiseScrollInvalidated Method

Raises the ScrollInvalidated event.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void RaiseScrollInvalidated(
	EventArgs e
)

Parameters

e  EventArgs
The event args.

See Also