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