UIElement.PointerMovedEvent Property

Definition

Gets the identifier for the PointerMoved routed event.

public:
 static property RoutedEvent ^ PointerMovedEvent { RoutedEvent ^ get(); };
static RoutedEvent PointerMovedEvent();
public static RoutedEvent PointerMovedEvent { get; }
var routedEvent = UIElement.pointerMovedEvent;
Public Shared ReadOnly Property PointerMovedEvent As RoutedEvent

Property Value

The identifier for the PointerMoved routed event.

Applies to

See also