CompositeActivity.OnListChanged(ActivityCollectionChangeEventArgs) メソッド

定義

Activities プロパティが変更されたときに必要な処理を行います。

protected:
 virtual void OnListChanged(System::Workflow::ComponentModel::ActivityCollectionChangeEventArgs ^ e);
protected virtual void OnListChanged (System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs e);
abstract member OnListChanged : System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs -> unit
override this.OnListChanged : System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs -> unit
Protected Overridable Sub OnListChanged (e As ActivityCollectionChangeEventArgs)

パラメーター

e
ActivityCollectionChangeEventArgs

イベントによってブロードキャストされた ActivityCollectionChangeEventArgs

適用対象