ApplicationMgr.SequenceFileClosed
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.SequenceFileClosed
Syntax
ControlName_SequenceFileClosed( pathName)
Applies To
Purpose
Note
This event is obsolete. Use the
ApplicationMgr.SequenceFileClosing
event instead.
Remarks
Occurs when the application has closed a sequence file. You can use this event, but unsaved sequence files always pass in an empty string for the pathName parameter so no method exists for distinguishing the files.
Parameters
pathName As String
[In] Specifies the path of the closed sequence file.
See Also
ApplicationMgr.CloseAllSequenceFiles
ApplicationMgr.CloseSequenceFile