Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1InputEventArgs Class / GetPointerType Method
The OriginalEventArgs instance containing the event data.


In This Topic
    GetPointerType Method
    In This Topic
    Gets the type of the pointer.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPointerType( _
       ByVal originalArgs As Object _
    ) As C1PointerDeviceType
    'Usage
     
    
    Dim originalArgs As Object
    Dim value As C1PointerDeviceType
     
    value = C1InputEventArgs.GetPointerType(originalArgs)
    public static C1PointerDeviceType GetPointerType( 
       object originalArgs
    )

    Parameters

    originalArgs
    The OriginalEventArgs instance containing the event data.
    See Also