InputElementPointerCaptureLost 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) Version: 11.3.999
public event EventHandler<PointerCaptureLostEventArgs> PointerCaptureLost

Value

EventHandlerPointerCaptureLostEventArgs

See Also