<< Click to Display Table of Contents >> AfterSaveFile Event - Python |
![]() ![]() ![]() |
Is fired after the file save operation has been completed.
integer AfterSaveFile(
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 save file dialog, Result will be VERR_CANCELLED.
Remarks:
The event handler should return zero.