Op Englesch liesen Editéieren

Deelen iwwer


IMultipleDragEnabledCompositeView Interface

Definition

An extension interface for ICompositeView to better support multiple drag/drop.

C#
public interface IMultipleDragEnabledCompositeView : System.Activities.Presentation.ICompositeView
Derived
Implements

Properties

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)

Methods

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.

Applies to

Produkt Versiounen
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1