IRebroadcastServerManagerClientConnected Event |
Raised when a client connects to one of the servers.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<ConnectionEventArgs> ClientConnected
Event ClientConnected As EventHandler(Of ConnectionEventArgs)
event EventHandler<ConnectionEventArgs^>^ ClientConnected {
void add (EventHandler<ConnectionEventArgs^>^ value);
void remove (EventHandler<ConnectionEventArgs^>^ value);
}
abstract ClientConnected : IEvent<EventHandler<ConnectionEventArgs>,
ConnectionEventArgs>
Value
Type:
SystemEventHandlerConnectionEventArgsSee Also