PowerTCP Sockets for .NET
ConnectionsChanged Event (Server)




Raised after the Connections list has changed.
Syntax
'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
Event Data

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.

PropertyDescription
ConnectionGets the Tcp object provided by the ConnectionsChanged event.  
Remarks

This event is raised on the UI thread so that data can be used with UI components.

See SynchronizingObject for important information on updating UI controls from within this event.

See Also

Reference

Server Class
Server Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic