CompositeActivity.OnListChanging(ActivityCollectionChangeEventArgs) Method

Definition

Event that occurs before a change being made to the underlying 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)

Parameters

e
ActivityCollectionChangeEventArgs

EventArgs relating to the event.

Applies to