UIElement.PointerCanceledEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.