InputElement.

OnPointerMoved(PointerEventArgs) Method

Summary

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

Syntax

protected virtual void OnPointerMoved(PointerEventArgs e)

Parameters

Name Type Description
e PointerEventArgs The event args.

Return Value

Type Description
void