WorkflowItemsPresenter.OnItemsDelete(List<ModelItem>) Method

Definition

Occurs when the specified ModelItem instances are deleted.

public:
 virtual void OnItemsDelete(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToDelete);
public void OnItemsDelete (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToDelete);
abstract member OnItemsDelete : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> unit
override this.OnItemsDelete : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> unit
Public Sub OnItemsDelete (itemsToDelete As List(Of ModelItem))

Parameters

itemsToDelete
List<ModelItem>

The ModelItem instances to be deleted.

Implements

Applies to