ComponentOne Xamarin.iOS
GetIsHandled Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1InputEventArgs Class : GetIsHandled Method
The OriginalEventArgs instance containing the event data.
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)
public static bool GetIsHandled( 
   UIKit.UIGestureRecognizer e
)

Parameters

e
The OriginalEventArgs instance containing the event data.
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members