C1.iOS.Core Assembly / C1.iOS.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 UIKit.UIGestureRecognizer
 
'Usage
 
Dim instance As C1InputEventArgs
Dim value As UIKit.UIGestureRecognizer
 
value = instance.OriginalEventArgs
See Also