Click or drag to resize

ConnectionIRegistryOnConnectionStateChanged Event

Occurs when a connection state changes.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
event Action<ConnectionIRegistry, ProtocolHead> OnConnectionStateChanged

Value

Type: SystemActionConnectionIRegistry, ProtocolHead
Remarks
State changes occur when the connection opens/closes or is linked/unlinked.
See Also