Chapter 2 -- 151
Reference Guide
Application Events
Properties Methods
(None) Close
Quit
DocumentClosed
"
""
" ApplicationEvent. Close
VTS_NONE Close ().
Informs that a user has closed the application.
"
""
" ApplicationEvent. Quit
VTS_NONE Quit ().
Informs users when someone quits the application with
Application.Quit method or if the user has manually closed the
application.
"
""
" ApplicationEvent. DocumentClosed
VTS_NONE DocumentClosed (strDocTitle ).
Informs that the document with title strDocTitle has been closed.
Parameters:
strDocTitle VT_BSTR o r String
Title of the document closed.
Object
Methods