PowerTCP Sockets for .NET
ConnectionsChanged Event




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
Connection  
See Also

Reference

Server Class
Server Members


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