WorkflowItemPresenter::ICompositeView::OnItemsDelete Method (List<ModelItem^>^)

.NET Framework (current version)
 

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

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

private:
virtual void OnItemsDelete(
	List<ModelItem^>^ itemsToDelete
) sealed = ICompositeView::OnItemsDelete

Parameters

itemsToDelete
Type: System.Collections.Generic::List<ModelItem^>^

The items to delete.

.NET Framework
Available since 4.0
Return to top
Show: