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 이벤트와 관련이 있습니다.

적용 대상