FileDropTargetPanelOnFileDragLeave Method

Raises the [E:FileDragLeave] event.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected virtual void OnFileDragLeave(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also