FileDropTargetPanelOnFileDragDrop Method

Raises the [E:FileDragDrop] event.

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

Parameters

e
Type: Aspose.Email.Windows.FormsFileDragEventArgs
The [!:Aspose.Windows.Forms.FileDragEventArgs] instance containing the event data.
See Also