DragDropHelper.AllowDrop(IDataObject, EditingContext, Type[]) Method

Definition

Indicates whether the designer can accept data that the user drags onto it.

public:
 static bool AllowDrop(System::Windows::IDataObject ^ draggedDataObject, System::Activities::Presentation::EditingContext ^ context, ... cli::array <Type ^> ^ allowedItemTypes);
public static bool AllowDrop (System.Windows.IDataObject draggedDataObject, System.Activities.Presentation.EditingContext context, params Type[] allowedItemTypes);
static member AllowDrop : System.Windows.IDataObject * System.Activities.Presentation.EditingContext * Type[] -> bool
Public Shared Function AllowDrop (draggedDataObject As IDataObject, context As EditingContext, ParamArray allowedItemTypes As Type()) As Boolean

Parameters

draggedDataObject
IDataObject

The data object that is being dragged.

context
EditingContext

The EditingContext for the DragDropHelper.

allowedItemTypes
Type[]

The types that are allowed to be dragged.

Returns

true if drag-and-drop operations are allowed in the designer; otherwise, false.

Applies to