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)
- C#
- VB
- F#
public event EventHandler<PointerCaptureLostEventArgs> PointerCaptureLost
Public Event PointerCaptureLost As EventHandler(Of PointerCaptureLostEventArgs)
member PointerCaptureLost : IEvent<EventHandler<PointerCaptureLostEventArgs>,
PointerCaptureLostEventArgs>
Value
EventHandler(PointerCaptureLostEventArgs)