ILogicalScrollableScrollInvalidated Event

Raised when the scroll is invalidated.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
event EventHandler ScrollInvalidated

Value

EventHandler

Remarks

This event notifies an attached ScrollViewer of a change in one of the scroll properties.

See Also