InputElementOnPointerCaptureLost Method

Called before the PointerCaptureLost event occurs.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnPointerCaptureLost(
	PointerCaptureLostEventArgs e
)

Parameters

e  PointerCaptureLostEventArgs
The event args.

See Also