Control.OnPointerCaptureLost(PointerRoutedEventArgs) Method
Definition
Called before the PointerCaptureLost event occurs.
Equivalent WinUI method: Microsoft.UI.Xaml.Controls.Control.OnPointerCaptureLost.
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)
Parameters
Event data for the event.