ReportItem.OnDragDrop(Object, ReportItemDragParams) Method

Definition

public:
 virtual bool OnDragDrop(System::Object ^ dragDropTarget, Microsoft::ReportDesigner::ReportItemDragParams ^ reportItemDragParameters);
public virtual bool OnDragDrop (object dragDropTarget, Microsoft.ReportDesigner.ReportItemDragParams reportItemDragParameters);
abstract member OnDragDrop : obj * Microsoft.ReportDesigner.ReportItemDragParams -> bool
override this.OnDragDrop : obj * Microsoft.ReportDesigner.ReportItemDragParams -> bool
Public Overridable Function OnDragDrop (dragDropTarget As Object, reportItemDragParameters As ReportItemDragParams) As Boolean

Parameters

dragDropTarget
Object
reportItemDragParameters
ReportItemDragParams

Returns

Implements

Applies to