WorkflowItemPresenter.ICompositeView.OnItemsDelete Method

Definition

Invoked after the start of a delete operation to complete the deletion of the specified items.

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

Parameters

itemsToDelete
List<ModelItem>

The items to delete.

Implements

Applies to