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입니다.

적용 대상