イベントを処理するかどうかを設定します。
シンタックス
'宣言
Public Shared Sub SetIsHandled( _
ByVal As UIKit.UIGestureRecognizer, _
ByVal handled As System.Boolean _
)
public static void SetIsHandled(
UIKit.UIGestureRecognizer ,
System.bool handled
)
パラメータ
- e
- イベント情報を含む OriginalEventArgs のインスタンス
- handled
- イベントを処理する場合は
true
参照