Represents the method that will handle the filsystem rerlated events for FTP_Server.
| C# | Visual Basic | Managed C++ |
public delegate void FileSysEntryEventHandler ( Object sender, FileSysEntry_EventArgs e )
Public Delegate Sub FileSysEntryEventHandler ( _ sender As Object, _ e As FileSysEntry_EventArgs _ )
public delegate void FileSysEntryEventHandler ( Object^ sender, FileSysEntry_EventArgs^ e )
- sender (Object)
- e (FileSysEntry_EventArgs)
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)