Control.OnPointerCanceled(PointerRoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Event data for the event.