RichTextBox::DragOver Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when an object is dragged over the control's bounds.

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

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

This event is not relevant to this class. For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show: