UIElement.PointerCaptureLostEvent 屬性

定義

取得 PointerCaptureLost 路由事件的識別碼。

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

屬性值

PointerCaptureLost路由事件的識別碼。

適用於

另請參閱