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 Field |
Triggers when a new client is connected.
private EventHandler<ClientConnectionEventArgs> ClientConnected
'Declaration
Private ClientConnected As EventHandler(Of ClientConnectionEventArgs)
'Usage
Dim instance As CcowParticipantService Dim value As EventHandler(Of ClientConnectionEventArgs) value = instance.ClientConnected instance.ClientConnected = value
private: EventHandler<ClientConnectionEventArgs^>^ ClientConnected