edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionInvokeEventHandler Method (Boolean, Delegate, Object, EventArgs)

Invokes the given event-handlers (on the GUI thread if possible).

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
protected override void InvokeEventHandler(
	bool preferGuiThread,
	Delegate eventHandler,
	Object sender,
	EventArgs e
)

Parameters

preferGuiThread
Type: SystemBoolean
If true then the handler will be invoked on the GUI thread if possible.
eventHandler
Type: SystemDelegate
Event-handlers to invoke.
sender
Type: SystemObject
Sender
e
Type: SystemEventArgs
Event arguments
See Also