EndModal Event |
Triggered just after a modal dialog is dismissed.
Signature
object.EndModal()
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? |