Skip to main content

PointerCaptureLost Event

Occurs when the control or its child control loses the pointer capture for any reason, event will not be triggered for a parent control if capture was transferred to another child of that parent control

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public event EventHandler<PointerCaptureLostEventArgs> PointerCaptureLost
View Source

Value

EventHandler(PointerCaptureLostEventArgs)

See Also

Reference

InputElement Class
Avalonia.Input Namespace