Dart.Sockets Namespace > Server Class : ConnectionsChanged Event |
'Declaration Public Event ConnectionsChanged As EventHandler(Of ConnectionsChangedEventArgs)
'Usage Dim instance As Server Dim handler As EventHandler(Of ConnectionsChangedEventArgs) AddHandler instance.ConnectionsChanged, handler
public event EventHandler<ConnectionsChangedEventArgs> ConnectionsChanged
public: __event EventHandler<ConnectionsChangedEventArgs*>* ConnectionsChanged
public: event EventHandler<ConnectionsChangedEventArgs^>^ ConnectionsChanged
The event handler receives an argument of type ConnectionsChangedEventArgs containing data related to this event. The following ConnectionsChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Connection |