ApplicationMgr.AfterUIMessageEvent
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.AfterUIMessageEvent
Syntax
ControlName_AfterUIMessageEvent( uiMsg)
Applies To
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.