Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / RecognizerStateChangedEventArgs.cs / 1 / RecognizerStateChangedEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC <_include file='doc\RecognizerStateChangedEventArgs.uex' path='docs/doc[@for="RecognizerStateChangedEventArgs"]/*' /> // EventArgs used in the SpeechRecognizer.StateChanged event. public class StateChangedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal StateChangedEventArgs(RecognizerState recognizerState) { _recognizerState = recognizerState; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\RecognizerStateChangedEventArgs.uex' path='docs/doc[@for="RecognizerStateChangedEventArgs.RecognizerState"]/*' /> public RecognizerState RecognizerState { get { return _recognizerState; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private RecognizerState _recognizerState; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeNativeMethods.cs
- XmlCodeExporter.cs
- SecurityTokenProvider.cs
- FixedBufferAttribute.cs
- x509utils.cs
- DocumentAutomationPeer.cs
- ColorIndependentAnimationStorage.cs
- dsa.cs
- SoapTypeAttribute.cs
- Hashtable.cs
- DocumentViewerConstants.cs
- TickBar.cs
- DesignerAutoFormatStyle.cs
- InheritanceContextHelper.cs
- EntityDataSourceWrapper.cs
- CorrelationToken.cs
- CompiledQueryCacheKey.cs
- Source.cs
- XamlTemplateSerializer.cs
- XmlAggregates.cs
- ClientBuildManager.cs
- ManagementNamedValueCollection.cs
- DataRelation.cs
- HttpApplicationFactory.cs
- WorkflowDispatchContext.cs
- SubqueryRules.cs
- SystemEvents.cs
- InfiniteTimeSpanConverter.cs
- TextFormatter.cs
- XmlQualifiedName.cs
- MultiBindingExpression.cs
- DecimalStorage.cs
- StringSorter.cs
- ComponentGuaranteesAttribute.cs
- StoreContentChangedEventArgs.cs
- DataBoundControlHelper.cs
- AccessViolationException.cs
- GregorianCalendar.cs
- ClockGroup.cs
- CustomErrorsSectionWrapper.cs
- AudienceUriMode.cs
- Number.cs
- Vector3DCollectionValueSerializer.cs
- SimpleMailWebEventProvider.cs
- CompilerCollection.cs
- HttpServerVarsCollection.cs
- FrameworkContentElement.cs
- PngBitmapDecoder.cs
- HMACSHA512.cs
- DataSetFieldSchema.cs
- FixedSOMLineCollection.cs
- CSharpCodeProvider.cs
- DiscoveryMessageSequenceGenerator.cs
- WindowsStatusBar.cs
- ZipIOLocalFileBlock.cs
- Input.cs
- TextTreePropertyUndoUnit.cs
- ChineseLunisolarCalendar.cs
- XPathSelfQuery.cs
- XmlBinaryReader.cs
- ApplicationContext.cs
- IsolatedStorageFilePermission.cs
- HtmlForm.cs
- Pens.cs
- ChannelReliableSession.cs
- Events.cs
- SerializationStore.cs
- LinearKeyFrames.cs
- BitStack.cs
- OleDbStruct.cs
- ValidationHelper.cs
- ArgumentsParser.cs
- SerializationException.cs
- BufferBuilder.cs
- XmlIncludeAttribute.cs
- BindingGroup.cs
- RedistVersionInfo.cs
- DictionarySectionHandler.cs
- SrgsElement.cs
- DivideByZeroException.cs
- CqlLexerHelpers.cs
- SerializerProvider.cs
- WasAdminWrapper.cs
- ImageConverter.cs
- IsolatedStorageSecurityState.cs
- BufferedReadStream.cs
- MultipartContentParser.cs
- GPRECTF.cs
- ThousandthOfEmRealDoubles.cs
- SystemTcpStatistics.cs
- SyndicationDeserializer.cs
- ObjectDataSourceDisposingEventArgs.cs
- UriSectionData.cs
- Config.cs
- TextContainer.cs
- QilIterator.cs
- BrushValueSerializer.cs
- FtpRequestCacheValidator.cs
- XmlSignificantWhitespace.cs
- DataKeyPropertyAttribute.cs