MenuItem.

OnPointerLeave(PointerEventArgs) Method

Summary

Called before the PointerLeave event occurs.
Namespace
Avalonia.Controls
Containing Type
MenuItem

Syntax

protected override void OnPointerLeave(PointerEventArgs e)

Parameters

Name Type Description
e PointerEventArgs The event args.

Return Value

Type Description
void