Back to product page

BeforeViewChange event


Fires before wodFtpDLX view is about to change.

Syntax

  • Basic
Private Sub object_BeforeViewChange()
The BeforeViewChange(object) syntax has these parts:
objectA 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..

Platforms

Windows