ComponentOne Xamarin.iOS
OriginalEventArgs Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1InputEventArgs Class : OriginalEventArgs Property
Gets the arguments of the original event which raised this event.
Syntax
'Declaration
 
Public ReadOnly Property OriginalEventArgs As UIKit.UIGestureRecognizer
'Usage
 
Dim instance As C1InputEventArgs
Dim value As UIKit.UIGestureRecognizer
 
value = instance.OriginalEventArgs
public UIKit.UIGestureRecognizer OriginalEventArgs {get;}
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members