Basic Library for WPF/Silverlight
C1DelegateCommand コンストラクタ(Action<Object>)

C1.WPF.4.5.2 アセンブリ > C1.WPF 名前空間 > C1DelegateCommand クラス > C1DelegateCommand コンストラクタ : C1DelegateCommand コンストラクタ(Action<Object>)
execute デリゲート。
C1DelegateCommandクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal execute As System.Action(Of Object) _
)
public C1DelegateCommand( 
   System.Action<object> execute
)

パラメータ

execute
execute デリゲート。
参照

C1DelegateCommand クラス
C1DelegateCommand メンバ
オーバーロード一覧