InputElementOnPointerEntered Method

Called before the PointerEntered event occurs.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnPointerEntered(
	PointerEventArgs e
)

Parameters

e  PointerEventArgs
The event args.

See Also