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

이벤트에 대한 이벤트 데이터입니다.

적용 대상

추가 정보