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