ApplicationMgr.SequenceFileClosed

Syntax

ControlName_SequenceFileClosed( pathName)

Applies To

ApplicationMgr

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

ApplicationMgr.QueryCloseSequenceFile

ApplicationMgr.SequenceFileClosing