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

.NET Framework (current version)
 

Invoked after the start of a cut operation to complete the cutting of the specified items.

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

private:
virtual Object^ OnItemsCut(
	List<ModelItem^>^ itemsToCut
) sealed = ICompositeView::OnItemsCut

Parameters

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

The items to cut.

Return Value

Type: System::Object^

The items cloned from the specified items.

.NET Framework
Available since 4.0
Return to top
Show: