C# Class Microsoft.Phone.Controls.SpeechRecognizedEventArgs

Event arguments for the SpeechTextBox SpeechRecognized event.
Inheritance: System.EventArgs
Show file Open project: Kinnara/WPToolkit Class Usage Examples

Public Methods

Method Description
SpeechRecognizedEventArgs ( SpeechRecognitionResult result ) : System

Creates a new instance of the SpeechRecognizedEventArgs class.

Method Details

SpeechRecognizedEventArgs() public method

Creates a new instance of the SpeechRecognizedEventArgs class.
public SpeechRecognizedEventArgs ( SpeechRecognitionResult result ) : System
result SpeechRecognitionResult
return System