Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > CcowParticipantService Class : ClientConnected Event |
public event EventHandler<ClientConnectionEventArgs> ClientConnected
'Declaration
Public Event ClientConnected As EventHandler(Of ClientConnectionEventArgs)
'Usage
Dim instance As CcowParticipantService Dim handler As EventHandler(Of ClientConnectionEventArgs) AddHandler instance.ClientConnected, handler
public: event EventHandler<ClientConnectionEventArgs^>^ ClientConnected
The event handler receives an argument of type ClientConnectionEventArgs containing data related to this event. The following ClientConnectionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Id | Gets the client Id. |