Application.ConsoleMessage Event |
Occurs when a message is sent to the console.
[VBScript] Public Event ConsoleMessage( _ type As HpMessageType, _ message As String _ )
[JScript] public event ConsoleMessage( type : HpMessageType, message : String );
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