ApplicationMgr.SequenceFileClosing
- Updated2025-04-09
- 1 minute(s) read
ApplicationMgr.SequenceFileClosing
Syntax
ControlName_SequenceFileClosing( file)
Applies To
Purpose
Use this event when you need to perform cleanup or otherwise require a notification when the Application Manager control closes a sequence file. This event is generated immediately before the Application Manager control closes the file. The event handler for this event cannot cancel closing the file. Use the ApplicationMgr.QueryCloseSequenceFile event when you want an opportunity to cancel the closing of sequence files.
Parameters
file As SequenceFile
[In] Specifies a reference to the sequence file about to be closed.