ICompositeView Interface
Provides methods to copy, cut, move, delete, and paste objects.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | DroppingTypeResolvingOptions | Gets or sets the object for resolving types used by the TypePresenter. |
![]() | IsDefaultContainer | Gets a value that indicates whether the current designer is the default container. |
| Name | Description | |
|---|---|---|
![]() | CanPasteItems(List<Object^>^) | Returns a value that indicates whether the specified objects can be pasted. |
![]() | OnItemMoved(ModelItem^) | Invoked after the start of a move operation to complete the moving of the specified item. |
![]() | OnItemsCopied(List<ModelItem^>^) | Invoked after the start of a copy operation to complete the copying of the specified items. |
![]() | OnItemsCut(List<ModelItem^>^) | Invoked after the start of a cut operation to complete the cutting of the specified items. |
![]() | OnItemsDelete(List<ModelItem^>^) | Invoked after the start of a delete operation to complete the deletion of the specified items. |
![]() | OnItemsPasted(List<Object^>^, List<Object^>^, Point, WorkflowViewElement^) | Invoked after the start of a paste operation to complete the pasting of the specified items. |
Available since 4.0

