RichTextBox::DragDrop Event

 
Use BaseTrue

Occurs when the user completes a drag-and-drop

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
event DragEventHandler^ DragDrop {
	void add(DragEventHandler^ value);
	void remove(DragEventHandler^ value);
}

.NET Framework
Available since 1.1
Return to top
Show: