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

事件的事件数据。

适用于

另请参阅