C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1InputEventArgs Class / SetIsHandled Method
The OriginalEventArgs instance containing the event data.
true if the event is handled.


In This Topic
SetIsHandled Method
In This Topic
Sets whether the event is handled.
Syntax
'Declaration
 
Public Shared Sub SetIsHandled( _
   ByVal e As UIKit.UIGestureRecognizer, _
   ByVal handled As Boolean _
) 
 
'Usage
 
Dim e As UIKit.UIGestureRecognizer
Dim handled As Boolean
 
C1InputEventArgs.SetIsHandled(e, handled)

Parameters

e
The OriginalEventArgs instance containing the event data.
handled
true if the event is handled.
See Also