Share via


Control.OnPointerMoved(PointerRoutedEventArgs) Method

Definition

Called before the PointerMoved event occurs.

protected virtual void OnPointerMoved(PointerRoutedEventArgs e);

Parameters

e
PointerRoutedEventArgs

Event data for the event.

Applies to

See also