InputElement.

OnPointerLeave(PointerEventArgs) Method

Summary

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

Syntax

protected virtual void OnPointerLeave(PointerEventArgs e)

Parameters

Name Type Description
e PointerEventArgs The event args.

Return Value

Type Description
void