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
- MouseActionValueSerializer.cs
- Rijndael.cs
- ContentTextAutomationPeer.cs
- ClientTarget.cs
- DocumentApplicationJournalEntry.cs
- DoubleCollection.cs
- Paragraph.cs
- WebControlAdapter.cs
- BaseTemplatedMobileComponentEditor.cs
- DeviceSpecificDialogCachedState.cs
- DSGeneratorProblem.cs
- ImmutableObjectAttribute.cs
- EntityChangedParams.cs
- _FtpDataStream.cs
- TypedRowGenerator.cs
- Crc32.cs
- EndpointAddressMessageFilterTable.cs
- Canvas.cs
- DictionaryContent.cs
- ProvidersHelper.cs
- AttributeUsageAttribute.cs
- IgnorePropertiesAttribute.cs
- Registry.cs
- HandlerFactoryWrapper.cs
- FixedStringLookup.cs
- XmlILModule.cs
- CellIdBoolean.cs
- GeneralTransform3DCollection.cs
- DesignerSerializerAttribute.cs
- OutputCacheModule.cs
- ThreadLocal.cs
- TlsnegoTokenAuthenticator.cs
- DynamicFilter.cs
- ButtonBase.cs
- HtmlInputSubmit.cs
- HtmlControlPersistable.cs
- HttpRawResponse.cs
- COM2EnumConverter.cs
- LinqDataSourceValidationException.cs
- ImageFormatConverter.cs
- StateMachine.cs
- ScriptBehaviorDescriptor.cs
- ConstantCheck.cs
- ManagementScope.cs
- ConfigXmlSignificantWhitespace.cs
- ContentValidator.cs
- HashHelper.cs
- HtmlElementErrorEventArgs.cs
- PageBuildProvider.cs
- BindingExpression.cs
- CodePageEncoding.cs
- DesignBindingConverter.cs
- TypeInitializationException.cs
- FilterElement.cs
- DebuggerAttributes.cs
- CodeCastExpression.cs
- RegexStringValidator.cs
- UnsafeNativeMethodsMilCoreApi.cs
- CriticalExceptions.cs
- JsonObjectDataContract.cs
- SessionEndedEventArgs.cs
- TraversalRequest.cs
- SecurityTokenException.cs
- HtmlFormParameterWriter.cs
- DataContractSerializerSection.cs
- AppDomainGrammarProxy.cs
- CompilationUtil.cs
- Point3DCollection.cs
- VariantWrapper.cs
- SettingsPropertyIsReadOnlyException.cs
- ValueProviderWrapper.cs
- PeerCollaboration.cs
- CheckBox.cs
- BaseAppDomainProtocolHandler.cs
- RegexCompilationInfo.cs
- ProofTokenCryptoHandle.cs
- VirtualPath.cs
- MoveSizeWinEventHandler.cs
- TextBreakpoint.cs
- InstalledFontCollection.cs
- SerializationFieldInfo.cs
- BulletChrome.cs
- Content.cs
- ObjectQuery_EntitySqlExtensions.cs
- Interfaces.cs
- LinqExpressionNormalizer.cs
- DataRelationPropertyDescriptor.cs
- SetIterators.cs
- KeyValueConfigurationElement.cs
- WinFormsSpinner.cs
- Point3D.cs
- PlanCompiler.cs
- ProfilePropertySettings.cs
- ExpressionWriter.cs
- RNGCryptoServiceProvider.cs
- FactoryGenerator.cs
- QueuePathEditor.cs
- ResourceCategoryAttribute.cs
- SqlErrorCollection.cs
- CustomErrorsSectionWrapper.cs