UIElement.PointerCanceledEvent Property

Definition

Gets the identifier for the PointerCanceled routed event.

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

Property Value

The identifier for the PointerCanceled routed event.

Applies to

See also