ConversationBaseOnMicrophoneStatus Event |
[Missing <summary> documentation for "E:MicrosoftProjectOxford.ConversationBase.OnMicrophoneStatus"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic event EventHandler<MicrophoneEventArgs> OnMicrophoneStatus
Public Event OnMicrophoneStatus As EventHandler(Of MicrophoneEventArgs)
public:
event EventHandler<MicrophoneEventArgs^>^ OnMicrophoneStatus {
void add (EventHandler<MicrophoneEventArgs^>^ value);
void remove (EventHandler<MicrophoneEventArgs^>^ value);
}
member OnMicrophoneStatus : IEvent<EventHandler<MicrophoneEventArgs>,
MicrophoneEventArgs>
Value
Type:
SystemEventHandlerMicrophoneEventArgs
See Also