An NDoc Documented Class Library

FTPConnection.InvokeEventHandler Method

Invokes the given event-handler.

Overload List

Invokes the given event-handler.

protected virtual void InvokeEventHandler(bool,bool,Delegate,object,EventArgs);

Invokes the given event-handler.

protected virtual void InvokeEventHandler(bool,Delegate,object,EventArgs);

Invokes the given event-handler.

protected virtual void InvokeEventHandler(Delegate,object,EventArgs);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace