'Declaration Public Function GetDragSource( _
ByVal argsThe System.Windows.Forms.DragEventArgs instance containing the event data.As System.Windows.Forms.DragEventArgs _
) As T
public T GetDragSource(
System.Windows.Forms.DragEventArgs args
)
public: T* GetDragSource(
System.Windows.Forms.DragEventArgs* args
)
public:
T^ GetDragSource(
System.Windows.Forms.DragEventArgs^ args
)
Parameters
- args
- The System.Windows.Forms.DragEventArgs instance containing the event data.
Return Value
Th drag source.