CompositeActivity.OnListChanging(ActivityCollectionChangeEventArgs) Método

Definición

Evento que se produce antes de realizar un cambio en el subyacente 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)

Parámetros

e
ActivityCollectionChangeEventArgs

EventArgs en relación con el evento.

Se aplica a