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
);

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