Control.OnPointerReleased(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.
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)