FileDropTargetPanelOnHandleCreated Method

Raises the HandleCreated event.

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

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data.
See Also