RtspStateHandlerErrorOccurred Event |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic event EventHandler<RtspErrorEventArgs> ErrorOccurred
Public Event ErrorOccurred As EventHandler(Of RtspErrorEventArgs)
public:
event EventHandler<RtspErrorEventArgs^>^ ErrorOccurred {
void add (EventHandler<RtspErrorEventArgs^>^ value);
void remove (EventHandler<RtspErrorEventArgs^>^ value);
}member ErrorOccurred : IEvent<EventHandler<RtspErrorEventArgs>,
RtspErrorEventArgs>Value
EventHandlerRtspErrorEventArgs
See Also