ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / OnPointerEntered Method

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

    Parameters

    e
    See Also