ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / OnPointerPressed Method

In This Topic
    OnPointerPressed Method (C1TileViewItem)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPointerPressed( _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    protected virtual void OnPointerPressed( 
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also