Control.OnPointerCanceled(PointerRoutedEventArgs) Method

Definition

Called before the PointerCanceled event occurs.

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

Parameters

e
PointerRoutedEventArgs

Event data for the event.

Applies to

See also