Delegate NewMessageEventHandler
Delegate used for the OnNewMessage event of the IConnection interface.
public delegate void NewMessageEventHandler(object sender, NewMessageEventArgs e)
Parameters
senderobject- Delegate used for the event of the interface.
eNewMessageEventArgs- Delegate used for the event of the interface.
- Extension Methods