Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1InputEventArgs Class / OriginalEventArgs Property


In This Topic
    OriginalEventArgs Property
    In This Topic
    Gets the arguments of the original event which raised this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalEventArgs As Android.Views.View.TouchEventArgs
    'Usage
     
    
    Dim instance As C1InputEventArgs
    Dim value As Android.Views.View.TouchEventArgs
     
    value = instance.OriginalEventArgs
    public Android.Views.View.TouchEventArgs OriginalEventArgs {get;}
    See Also