InterviewSolution
Saved Bookmarks
| 1. |
What Are The Different Windows Events Activated At Runtimes? |
|
Answer» When_window_activated When_window_closed When_window_deactivated When_window_resized Within this triggers, you can examine the BUILT in system variable system. event_window to determine the NAME of the WINDOW for which the TRIGGER fired. When_window_activated When_window_closed When_window_deactivated When_window_resized Within this triggers, you can examine the built in system variable system. event_window to determine the name of the window for which the trigger fired. |
|