InputElement.

OnPointerCaptureLost(PointerCaptureLostEventArgs) Method

Summary

Called before the PointerCaptureLost event occurs.
Namespace
Avalonia.Input
Containing Type
InputElement

Syntax

protected virtual void OnPointerCaptureLost(PointerCaptureLostEventArgs e)

Parameters

Name Type Description
e PointerCaptureLostEventArgs The event args.

Return Value

Type Description
void