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 : ClientDisconnected Event |
public event EventHandler<ClientConnectionEventArgs> ClientDisconnected
'Declaration
Public Event ClientDisconnected As EventHandler(Of ClientConnectionEventArgs)
'Usage
Dim instance As CcowParticipantService Dim handler As EventHandler(Of ClientConnectionEventArgs) AddHandler instance.ClientDisconnected, handler
public: event EventHandler<ClientConnectionEventArgs^>^ ClientDisconnected
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. |