FreeformActivityDesigner.OnContainedActivitiesChanging Método

Definición

Notifica a FreeformActivityDesigner cuando se agrega o elimina una actividad secundaria de su colección Activities.

protected:
 override void OnContainedActivitiesChanging(System::Workflow::ComponentModel::ActivityCollectionChangeEventArgs ^ listChangeArgs);
protected override void OnContainedActivitiesChanging (System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs listChangeArgs);
override this.OnContainedActivitiesChanging : System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs -> unit
Protected Overrides Sub OnContainedActivitiesChanging (listChangeArgs As ActivityCollectionChangeEventArgs)

Parámetros

listChangeArgs
ActivityCollectionChangeEventArgs

ActivityCollectionChangeEventArgs que contiene información sobre las actividades agregadas o eliminadas.

Se aplica a