UIElement.PointerReleasedEvent 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 PointerReleased routed event.
public:
static property RoutedEvent ^ PointerReleasedEvent { RoutedEvent ^ get(); };
static RoutedEvent PointerReleasedEvent();
public static RoutedEvent PointerReleasedEvent { get; }
var routedEvent = UIElement.pointerReleasedEvent;
Public Shared ReadOnly Property PointerReleasedEvent As RoutedEvent
Property Value
The identifier for the PointerReleased routed event.