Application.ConsoleClear Event |
Occurs when the console is cleared.
[VBScript] Public Event ConsoleClear()
[JScript] public event ConsoleClear();
This event allows you to attach a console to the application object if the application object is created programmatically.
Application Object | Application Members | HelpProducer Namespace