InputElement.

OnPointerReleased(PointerReleasedEventArgs) Method

Summary

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

Syntax

protected virtual void OnPointerReleased(PointerReleasedEventArgs e)

Parameters

Name Type Description
e PointerReleasedEventArgs The event args.

Return Value

Type Description
void