ApplicationMgr.AfterUIMessageEvent

Syntax

ControlName_AfterUIMessageEvent( uiMsg)

Applies To

ApplicationMgr

Purpose

Forwards TestStand Engine events after the manager controls process them.

Remarks

Use this event to handle messages after the manager controls handle them.

The Application Manager control automatically calls the UIMessage.Acknowledge method when this event completes. Therefore, you do not have to directly call the UIMessage.Acknowledge method from within this event.

Parameters

uiMsg As UIMessage

[In] A TestStand user interface message.

See Also

ApplicationMgr.UIMessageEvent

ApplicationMgr.UserMessage

UIMessage

UIMessage.Acknowledge