Chameleon and Iguana Plugin C# Class Libraries

Destination.MessageReceived Event

Event raised upon receipt of a message from Iguana.

[Visual Basic]
Public Event MessageReceived As MessageReceivedEvent
[C#]
public event MessageReceivedEvent MessageReceived;

Remarks

Exceptions should never be allowed to propagate out of the event handler. Event handlers should catch and handle all exceptions internally.

See Also

Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace