Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridInputEventArgs Class / Event Property


In This Topic
    Event Property
    In This Topic
    Gets the arguments of the underlying input event that raised this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Event As C1TappedEventArgs
    'Usage
     
    
    Dim instance As GridInputEventArgs
    Dim value As C1TappedEventArgs
     
    value = instance.Event
    public C1TappedEventArgs Event {get;}
    See Also