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