Skip to main content

OnPointerCaptureLost Method

Invoked when an unhandled PointerCaptureLostEvent reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override void OnPointerCaptureLost(
PointerCaptureLostEventArgs e
)

Parameters

  PointerCaptureLostEventArgs
Data about the event.

See Also

Reference

Button Class
Avalonia.Controls Namespace