| MJPEGStreamerClientDisconnected Event | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic event EventHandler<VoIPEventArgs<MJPEGStreamConnection>> ClientDisconnected
Public Event ClientDisconnected As EventHandler(Of VoIPEventArgs(Of MJPEGStreamConnection))
public:
 event EventHandler<VoIPEventArgs<MJPEGStreamConnection^>^>^ ClientDisconnected {
	void add (EventHandler<VoIPEventArgs<MJPEGStreamConnection^>^>^ value);
	void remove (EventHandler<VoIPEventArgs<MJPEGStreamConnection^>^>^ value);
}member ClientDisconnected : IEvent<EventHandler<VoIPEventArgs<MJPEGStreamConnection>>,
    VoIPEventArgs<MJPEGStreamConnection>>
Value
Type: 
SystemEventHandlerVoIPEventArgsMJPEGStreamConnection
See Also