About Analyzer Events

OnDisplayEvent


Description

Triggered by a display event.

 VB Syntax

Sub app_OnDisplayEvent(ByVal eventID As Variant, ByVal winNum As Variant, ByVal traceNum As Variant)


Variable

(Type) - Description

app

An Application (object)

eventID

Code number of the event which occurred

winNum

Window Number of the event

traceNum

Trace Number of the event

Return Type

Not Applicable

Default

Not Applicable


Examples

Sub pna_OnDisplayEvent(ByVal eventID As Variant, ByVal windowNumber As Variant, ByVal traceNumber As Variant)
MsgBox ("A Display event has occured")
End Sub


C++ Syntax

HRESULT OnDisplayEvent(VARIANT eventID, VARIANT windowNumber, VARIANT traceNumber)

Interface

IApplication

Selected Display Events

1541 naEventID_PRINT_SETUP_FAILURE

1542 naEventID_PRINT_CANCELED

See Also

Errors and the SCPIStringParser Object


Last modified:

Nov. 6, 2006

Added events