See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public virtual void DoDragDrop(
	Object data,
	DragDropEffects effects
)
Visual Basic
Public Overridable Sub DoDragDrop ( 
	data As Object,
	effects As DragDropEffects
)
Visual C++
public:
virtual void DoDragDrop(
	Object^ data, 
	DragDropEffects effects
)

See Also