C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1InputEventArgs Class / GetIsHandled Method
The OriginalEventArgs instance containing the event data.


In This Topic
GetIsHandled Method
In This Topic
Gets a value indicating whether the specified event is handled.
Syntax
'Declaration
 
Public Shared Function GetIsHandled( _
   ByVal e As UIKit.UIGestureRecognizer _
) As Boolean
 
'Usage
 
Dim e As UIKit.UIGestureRecognizer
Dim value As Boolean
 
value = C1InputEventArgs.GetIsHandled(e)

Parameters

e
The OriginalEventArgs instance containing the event data.
See Also