Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / AudioStateChangedEventArgs.cs / 1 / AudioStateChangedEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs"]/*' /> // EventArgs used in the AudioStateChangedEventArgs event. public class AudioStateChangedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal AudioStateChangedEventArgs(AudioState audioState) { _audioState = audioState; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs.AudioStatus"]/*' /> public AudioState AudioState { get { return _audioState; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private AudioState _audioState; #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
- TypedDatasetGenerator.cs
- WebBrowserProgressChangedEventHandler.cs
- RegexTree.cs
- XamlSerializationHelper.cs
- SafeLocalMemHandle.cs
- FormsAuthenticationTicket.cs
- CapiNative.cs
- TableRowsCollectionEditor.cs
- State.cs
- DrawingAttributes.cs
- DateTimeConstantAttribute.cs
- DaylightTime.cs
- CacheVirtualItemsEvent.cs
- AttributeProviderAttribute.cs
- NotificationContext.cs
- OleDbDataAdapter.cs
- CustomExpressionEventArgs.cs
- ButtonField.cs
- AtomMaterializer.cs
- VariableQuery.cs
- _KerberosClient.cs
- TypeElementCollection.cs
- PseudoWebRequest.cs
- PostBackOptions.cs
- ToolBarOverflowPanel.cs
- HandleExceptionArgs.cs
- ProxyWebPartConnectionCollection.cs
- BamlResourceDeserializer.cs
- EpmCustomContentDeSerializer.cs
- PauseStoryboard.cs
- FileCodeGroup.cs
- SettingsSavedEventArgs.cs
- JoinQueryOperator.cs
- SafeHandles.cs
- VerticalAlignConverter.cs
- _HelperAsyncResults.cs
- NameValueConfigurationElement.cs
- TargetInvocationException.cs
- EntityCommand.cs
- BatchServiceHost.cs
- Configuration.cs
- ListViewInsertedEventArgs.cs
- StorageBasedPackageProperties.cs
- TransformerConfigurationWizardBase.cs
- MatrixStack.cs
- ProfileGroupSettingsCollection.cs
- DropShadowBitmapEffect.cs
- TokenBasedSetEnumerator.cs
- XmlSerializationWriter.cs
- LinkButton.cs
- RegexNode.cs
- PageBuildProvider.cs
- ContentPropertyAttribute.cs
- XmlAttribute.cs
- ResourceDisplayNameAttribute.cs
- QueuePathEditor.cs
- TextRunProperties.cs
- UpdateCommand.cs
- ActiveXHost.cs
- BaseInfoTable.cs
- CharStorage.cs
- UIElementAutomationPeer.cs
- XmlSchemas.cs
- ToggleButtonAutomationPeer.cs
- Listbox.cs
- StateMachineWorkflowInstance.cs
- PopupEventArgs.cs
- EditorPartCollection.cs
- FileUtil.cs
- Point.cs
- EntityViewGenerationAttribute.cs
- PathGeometry.cs
- SafeTimerHandle.cs
- ErrorFormatterPage.cs
- StrictAndMessageFilter.cs
- InputLanguageEventArgs.cs
- SqlUserDefinedAggregateAttribute.cs
- AppDomainGrammarProxy.cs
- RoleGroupCollection.cs
- columnmapkeybuilder.cs
- ElementProxy.cs
- StylusOverProperty.cs
- SignatureHelper.cs
- XmlStringTable.cs
- SqlConnectionStringBuilder.cs
- TextAutomationPeer.cs
- HandleRef.cs
- DesignerTransaction.cs
- HTMLTagNameToTypeMapper.cs
- StorageMappingFragment.cs
- RoutedPropertyChangedEventArgs.cs
- TheQuery.cs
- InputBinding.cs
- ThreadAbortException.cs
- BindingList.cs
- BinHexEncoding.cs
- Thumb.cs
- HTMLTagNameToTypeMapper.cs
- SecurityUniqueId.cs
- TreeNode.cs