AppDeactivate Event |
Triggered just before the main application window is deactivated.
Signature
object.AppDeactivate()
object
Application
An object expression that evaluates to a valid container object. In
this case, the only valid container is the application.
Remarks
No events will be fired while a modal dialog is being displayed.
Comments? |