Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1InputEventArgs Class
Members


In This Topic
    C1InputEventArgs Class
    In This Topic
    Contains information about gesture events.
    Syntax
    'Declaration
     
    
    Public Class C1InputEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As C1InputEventArgs
    public class C1InputEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.iOS.Core.C1InputEventArgs
             C1.iOS.Core.C1DragEventArgs
             C1.iOS.Core.C1TappedEventArgs

    See Also