WorkflowItemsPresenter::OnItemsDelete Method (List<ModelItem^>^)

.NET Framework (current version)
 

Occurs when the specified ModelItem instances are deleted.

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

public:
virtual void OnItemsDelete(
	List<ModelItem^>^ itemsToDelete
) sealed

Parameters

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

The ModelItem instances to be deleted.

.NET Framework
Available since 4.0
Return to top
Show: