DragDropHelperDispatchDragLeave Method TIBCO Spotfire 7.6 API Reference
Method used to route DragLeave events up in the view hierarchy.

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public static void DispatchDragLeave(
	Control control,
	EventArgs e
)

Parameters

control
Type: System.Windows.FormsControl
Originating control.
e
Type: SystemEventArgs
The event arguments to route.
Remarks

The main purpose of this method is to make it possible for controls that support drag and drop to route file drag and drop events to the main application UI.

A control that supports drag and drop should use this method to dispatch drag over events when it is not interesting in receiveing the drop event itself.

This method should be used in conjunction with the method.

Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference