FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / SelectionGripper Class / OnPointerPressed Method

In This Topic
    OnPointerPressed Method
    In This Topic
    Called before the PointerPressed event occurs.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPointerPressed( _
       ByVal e As PointerRoutedEventArgs _
    ) 
    protected override void OnPointerPressed( 
       PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also