Share via


ISourceContainer Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides functions to copy, move, delete, and paste objects.

The ISourceContainer type exposes the following members.

Methods

  Name Description
Public method CanPasteItems Returns a Boolean that indicates whether the specified objects can be pasted.
Public method OnItemMoved An event that allows you to move the specified [T: System.Activities.Design.Model.ModelItem].
Public method OnItemsCopied An event that allows you to get the specified [T: System.Activities.Design.Model.ModelItem)] instances and clones them.
Public method OnItemsCut An event that allows you to clone the specified [T: System.Activities.Design.Model.ModelItem] instances and deletes them from the current container.
Public method OnItemsDelete An event that allows you to get the specified [T: System.Activities.Design.Model.ModelItem] instances and removes them.
Public method OnItemsPasted An event that allows you to paste the specified [T: System.Activities.Design.Model.ModelItem] instances to the specified location.

Top

Properties

  Name Description
Public property IsDefaultContainer Gets a Boolean value that indicates whether this is the default container.

Top

See Also

Reference

ISourceContainer Interface

System.Activities.Design Namespace