Control.OnPointerCaptureLost(PointerRoutedEventArgs) メソッド

定義

PointerCaptureLost イベントが発生する前に呼び出されます。

protected:
 virtual void OnPointerCaptureLost(PointerRoutedEventArgs ^ e) = OnPointerCaptureLost;
void OnPointerCaptureLost(PointerRoutedEventArgs const& e);
protected virtual void OnPointerCaptureLost(PointerRoutedEventArgs e);
function onPointerCaptureLost(e)
Protected Overridable Sub OnPointerCaptureLost (e As PointerRoutedEventArgs)

パラメーター

e
PointerRoutedEventArgs

イベントのイベント データ。

適用対象

こちらもご覧ください