This event gets launched when the Execution dialog box closes.
Visual Basic |
---|
Public Event OnCloseExecutionDialog( _ ByVal ExecutionWindow As ExecutionWindow _ ) |
- ExecutionWindow
- Expression that evaluates to an ExecutionWindow object (the Execution dialog box) for which this event should wait.