ActiveReports.Chart Request technical support
DoDragDrop Method
See Also 


data
allowedEffects

Syntax

Visual Basic (Declaration) 
Public Function DoDragDrop( _
   ByVal data As Object, _
   ByVal allowedEffects As DragDropEffects _
) As DragDropEffects
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim data As Object
Dim allowedEffects As DragDropEffects
Dim value As DragDropEffects
 
value = instance.DoDragDrop(data, allowedEffects)
C# 
public DragDropEffects DoDragDrop( 
   object data,
   DragDropEffects allowedEffects
)

Parameters

data
allowedEffects

See Also