| FrequencyToneDetectorFrequencyNotFound Event | 
            The detection of the frequency is failed, for instance you can received another frequency, or nothing in the timeout
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic event EventHandler<EventArgs> FrequencyNotFound
Public Event FrequencyNotFound As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ FrequencyNotFound {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}member FrequencyNotFound : IEvent<EventHandler<EventArgs>,
    EventArgs>
Value
Type: 
SystemEventHandlerEventArgs
See Also