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

事件的事件資料。

適用於

另請參閱