Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
MessageListener2 delegate definition.
Public Delegate Sub MessageListener2( ByVal mgr As QAManagerBase, ByVal msg As QAMessage )
public delegate void MessageListener2(QAManagerBase mgr, QAMessage msg);
mgr The QAManagerBase that received the message.
msg The message that was received.
You pass a MessageListener2 to the QAManagerBase.SetMessageListener2.