Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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 MouseEventArgs _
    ) As C1PointerDeviceType
    public static C1PointerDeviceType GetPointerType( 
       MouseEventArgs originalArgs
    )

    Parameters

    originalArgs
    The OriginalEventArgs instance containing the event data.
    See Also