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 ルーティング イベントの識別子。

適用対象

こちらもご覧ください