InputElement.

OnPointerEnter(PointerEventArgs) Method

Summary

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

Syntax

protected virtual void OnPointerEnter(PointerEventArgs e)

Parameters

Name Type Description
e PointerEventArgs The event args.

Return Value

Type Description
void