CompositeActivity.OnListChanging(ActivityCollectionChangeEventArgs) Método

Definición

Evento que se produce antes de que se realice un cambio en el Activities subyacente.

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 relacionado con el evento.

Se aplica a