wodFtpDLX ActiveX Control - BeforeViewChange Event
    
 

Description

Fires before wodFtpDLX view is about to change.


Syntax

Private Sub object_BeforeViewChange()



The BeforeViewChange Event syntax has these parts:

Part Description
object A wodFtpDLX object.

Remarks

Available only in ActiveX (GUI) version!

This event is fired just before it's about to change contents of the window. Typically, this event is fired after ListDir is executed and wodFtpDLX window should be populated with new items. Inside this event, you can put your code to free up reserved memory, clean up variables etc..