ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1GridSplitter Class / OnPointerCaptureLost Method

In This Topic
    OnPointerCaptureLost Method (C1GridSplitter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPointerCaptureLost( _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    protected override void OnPointerCaptureLost( 
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also