ICompositeView Interface
Definition
Provides methods to copy, cut, move, delete, and paste objects.
public interface class ICompositeView
public interface ICompositeView
type ICompositeView = interface
Public Interface ICompositeView
- Derived
Properties
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. |
Methods
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. |