The ColonCommandCompleted event is triggered when a colon command is completed.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
event EventHandler ColonCommandCompleted
Using the IUnsolicitedMessages Interface for the ColonCommandCompleted Event
The following code is an example of using the ColonCommandCompleted event:
MyConnection.MessagesHandler.ColonCommandCompleted += (o, e) => { // a colon command is completed. };