Chameleon and Iguana Plugin C# Class Libraries

Source.Disconnected Event

Event raised upon disconnection of the plugin from Iguana.

[Visual Basic]
Public Event Disconnected As DisconnectedEvent
[C#]
public event DisconnectedEvent Disconnected;

Remarks

Will not be raised for failed connection attempts. Specifically, will not be raised if Connect throws an exception as a result of a connection failure.

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

See Also

Source Class | iNTERFACEWARE.Iguana.Plugin Namespace