ElementHost::QueryContinueDrag Event

 

Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: