ComponentOne Xamarin.iOS
GetPointerType Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1InputEventArgs Class : GetPointerType Method
The OriginalEventArgs instance containing the event data.
Gets the type of the pointer.
Syntax
'Declaration
 
Public Shared Function GetPointerType( _
   ByVal originalArgs As UIKit.UIGestureRecognizer _
) As C1PointerDeviceType
'Usage
 
Dim originalArgs As UIKit.UIGestureRecognizer
Dim value As C1PointerDeviceType
 
value = C1InputEventArgs.GetPointerType(originalArgs)
public static C1PointerDeviceType GetPointerType( 
   UIKit.UIGestureRecognizer originalArgs
)

Parameters

originalArgs
The OriginalEventArgs instance containing the event data.
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members