AfterOpenFile Event - Python

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Python Control >

AfterOpenFile Event - Python

Previous pageReturn to chapter overviewNext page

Is fired after the file open operation has been completed.

integer AfterOpenFile(

Result as integer

)

Result

the status of the operation, one of the VERR_xyz error codes. For example, if the user clicked onto the Cancel-Button in the open file dialog, Result will be VERR_CANCELLED.

Remarks:

The event handler should return zero.

 

See also:

OpenFileName