Control.OnPointerReleased(PointerRoutedEventArgs) Method

Definition

Called before the PointerReleased event occurs.

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

Parameters

e
PointerRoutedEventArgs

Event data for the event.

Applies to

See also