ConnectionHandler

delegate void ConnectionHandler(IController controller)

Represents the method that is called when a connection to a controller is established.

Parameters

controller – Controller whose connection is established.