InputElement.

PointerCaptureLost Event

Summary

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
Namespace
Avalonia.Input
Containing Type
InputElement
Event Type
EventHandler<PointerCaptureLostEventArgs>

Syntax

public event EventHandler<PointerCaptureLostEventArgs> PointerCaptureLost