ElementHost::DragEnter Event

 

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

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

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

For more information about the DragEnter event, see Control::DragEnter.

.NET Framework
Available since 3.0
Return to top
Show: