Occurs when the console is cleared.

[VBScript]
Public Event ConsoleClear()
[JScript]
public event ConsoleClear();

Remarks

This event allows you to attach a console to the application object if the application object is created programmatically.

See Also

Application Object | Application Members | HelpProducer Namespace