Show / Hide Table of Contents

Delegate MessageReceivedEventHandler

Delegate event handler for when a message is received.

Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public delegate void MessageReceivedEventHandler(object sender, MessageReceivedEventArgs e)
Parameters
Type Name Description
object sender
MessageReceivedEventArgs e
  • Improve this Doc
  • View Source
Back to top Generated by DocFX