ConnectionConnectionStatusChangedEvent Event |
When the status of the connection changes this event is raised
e.g. when IsConnected changes from false to true
or when IsAvailable changes:
* for example for a TCPConnection if the IP address is goes from on-line to off-line
* or for example for a SerialConnection when the COM name is no longer present or in use by another program
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic event ConnectionStatusChangedEventHandler ConnectionStatusChangedEvent
Public Event ConnectionStatusChangedEvent As ConnectionStatusChangedEventHandler
abstract ConnectionStatusChangedEvent : IEvent<ConnectionStatusChangedEventHandler,
EventArgs>
override ConnectionStatusChangedEvent : IEvent<ConnectionStatusChangedEventHandler,
EventArgs>
Value
Type:
Brainboxes.IOConnectionStatusChangedEventHandlerImplements
IConnectionConnectionStatusChangedEvent
See Also