IMultipleDragEnabledCompositeView Interface
An extension interface for ICompositeView to better support multiple drag/drop.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | DroppingTypeResolvingOptions | Gets or sets the object for resolving types used by the TypePresenter. (Inherited from ICompositeView.) |
![]() | IsDefaultContainer | Gets a value that indicates whether the current designer is the default container.(Inherited from ICompositeView.) |
| Name | Description | |
|---|---|---|
![]() | CanPasteItems(List<Object^>^) | Returns a value that indicates whether the specified objects can be pasted.(Inherited from ICompositeView.) |
![]() | OnItemMoved(ModelItem^) | Invoked after the start of a move operation to complete the moving of the specified item.(Inherited from ICompositeView.) |
![]() | OnItemsCopied(List<ModelItem^>^) | Invoked after the start of a copy operation to complete the copying of the specified items.(Inherited from ICompositeView.) |
![]() | OnItemsCut(List<ModelItem^>^) | Invoked after the start of a cut operation to complete the cutting of the specified items.(Inherited from ICompositeView.) |
![]() | OnItemsDelete(List<ModelItem^>^) | Invoked after the start of a delete operation to complete the deletion of the specified items.(Inherited from ICompositeView.) |
![]() | OnItemsMoved(List<ModelItem^>^) | After drag/drop, the source container will be notified which items are moved out. After implement this interface, ICompositeView.OnItemMoved will not be called even in single element drag/drop. |
![]() | OnItemsPasted(List<Object^>^, List<Object^>^, Point, WorkflowViewElement^) | Invoked after the start of a paste operation to complete the pasting of the specified items.(Inherited from ICompositeView.) |
![]() | SortSelectedItems(List<ModelItem^>^) | Represents a method that will be used when item order is needed. |
Available since 4.5

