Control.OnPointerCaptureLost(PointerRoutedEventArgs) Metodo

Definizione

Chiamato prima che si verifichi l'evento 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)

Parametri

e
PointerRoutedEventArgs

Dati dell'evento per l'evento.

Si applica a

Vedi anche