Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1InputEventArgs Class / C1InputEventArgs Constructor / C1InputEventArgs Constructor(UIGestureRecognizer,C1PointerDeviceType)
The OriginalEventArgs instance containing the event data.
Type of the pointer.


In This Topic
    C1InputEventArgs Constructor(UIGestureRecognizer,C1PointerDeviceType)
    In This Topic
    Initializes a new instance of the C1InputEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalArgs As UIKit.UIGestureRecognizer, _
       ByVal pointerType As C1PointerDeviceType _
    )
    'Usage
     
    
    Dim originalArgs As UIKit.UIGestureRecognizer
    Dim pointerType As C1PointerDeviceType
     
    Dim instance As New C1InputEventArgs(originalArgs, pointerType)
    public C1InputEventArgs( 
       UIKit.UIGestureRecognizer originalArgs,
       C1PointerDeviceType pointerType
    )

    Parameters

    originalArgs
    The OriginalEventArgs instance containing the event data.
    pointerType
    Type of the pointer.
    See Also