バージョン

CommandSource クラス プロパティ

このクラスのメンバの一覧は、CommandSourceメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティAllowEventHandling添付のコマンドのイベントが処理されるかどうかを取得または設定します。  
Public プロパティCommandこの System.Windows.Input.ICommand が表す CommandSource を取得します。  
Public プロパティDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。
Public プロパティDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。
Public プロパティEventNameコマンドをトリガーするイベント名を取得または設定します。  
Public プロパティHandledこれは、コマンドをトリガーするイベントを処理するために System.Windows.Input.ICommand のみで使用されます。  
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティOriginEventArgsイベントを始めるイベントの引数を取得します。  
Public プロパティParameterこの CommandSource がトリガーするコマンドの場合、追加情報が必要です。情報はこのプロパティを介して渡すことができます。  
Public プロパティParameterBindingこの CommandSource のパラメーターを決定する Binding を取得または設定します。  
Public プロパティParameterBindingDataContextParameterBinding を適用するときに DataContext として使用される要素を示す値を取得または設定します。  
Public プロパティParameterResolved設定したパラメーターを取得します。ParameterBinding が設定された場合、バインディングの値を返します。設定しなかった場合、Parameter プロパティの値を返します。  
Public プロパティSourceElementこのコマンドが表す System.Windows.FrameworkElement を取得します。  
Public プロパティTargetこれは、コマンドがトリガーされる必要のある Infragistics.ICommandTarget オブジェクトです。  
Public プロパティTargetName解決するターゲットがない場合、コマンドはグローバルに登録済みターゲットを探します。このプロパティが設定されると、FrameworkElement で指定した名前を持つ ICommandTarget を探します。  
トップ
プロテクト プロパティ
 名前解説
Protected Internal プロパティEventHandlerEventName プロパティに基づいて作成された EventHandler を取得または設定します。  
トップ
参照