wodFtpDLX ActiveX Control - AfterViewChange Event
    
 

Description

Fires after wodFtpDLX view is changed.


Syntax

Private Sub object_AfterViewChange()



The AfterViewChange Event syntax has these parts:

Part Description
object A 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.