An NDoc Documented Class Library

FTPLogInEventHandler Delegate

Represents the method that will handle the LoggingIn and LoggedIn events.

public delegate void FTPLogInEventHandler(
   object sender,
   FTPLogInEventArgs e
);

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace