Back to product page

AfterViewChange event


Fires after wodFtpDLX view is changed.

Syntax

  • Basic
Private Sub object_AfterViewChange()
The AfterViewChange(object) syntax has these parts:
objectA wodFtpDLX object.

Remarks

Available only in ActiveX (GUI) version!

This event is fired after wodFtpDLX has finished populating its window with new items. It's typical response to internally called ListDir method that populates window with directory listing. Since you might want to add more items to the window (or delete some of them), you can do it inside this event.

Platforms

Windows