CompositeActivity.OnListChanging(ActivityCollectionChangeEventArgs) メソッド

定義

基になる Activitiesに対して変更が行われる前に発生するイベント。

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

パラメーター

e
ActivityCollectionChangeEventArgs

EventArgs イベントに関連する。

適用対象