FrequencyToneDetectorFrequencyDetected Event |
The detection of the frequency has been successful
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<EventArgs> FrequencyDetected
Public Event FrequencyDetected As EventHandler(Of EventArgs)
public:
event EventHandler<EventArgs^>^ FrequencyDetected {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
member FrequencyDetected : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsSee Also