OBEXFtpConnection.OnDirectoryChanged Event
Fires on changing directory content when it needs to be refreshed.
[Visual Basic]
<Description(Description:="Fires on changing directory content when it needs to be refreshed")>
Public Event OnDirectoryChanged As
EventHandler
[C#]
[Description(Description="Fires on changing directory content when it needs to be refreshed")]
public event
EventHandler OnDirectoryChanged;
See Also
OBEXFtpConnection Class | BlueLibs.Components Namespace