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.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected virtual void OnPointerCaptureLost(
PointerCaptureLostEventArgs e
)
Protected Overridable Sub OnPointerCaptureLost (
e As PointerCaptureLostEventArgs
)
abstract OnPointerCaptureLost :
e : PointerCaptureLostEventArgs -> unit
override OnPointerCaptureLost :
e : PointerCaptureLostEventArgs -> unit
Parameters
- PointerCaptureLostEventArgs
- Data about the event.