次の方法で共有


CanExecuteToolEventArgs クラス

更新 : 2007 年 11 月

CanExecute イベントにデータを提供します。

名前空間 :  Microsoft.Windows.Design.Interaction
アセンブリ :  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
Public NotInheritable Class CanExecuteToolEventArgs _
    Inherits EventArgs
'使用
Dim instance As CanExecuteToolEventArgs
public sealed class CanExecuteToolEventArgs : EventArgs
public ref class CanExecuteToolEventArgs sealed : public EventArgs
public final class CanExecuteToolEventArgs extends EventArgs

解説

CanExecuteToolEventArgs は CanExecuteRoutedEventArgs に似ていますが、ツール コマンド用です。

継承階層

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Interaction.CanExecuteToolEventArgs

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

CanExecuteToolEventArgs メンバ

Microsoft.Windows.Design.Interaction 名前空間

その他の技術情報

WPF デザイナの機能拡張

ツール アーキテクチャ