Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / AudioLevelUpdatedEventArgs.cs / 1 / AudioLevelUpdatedEventArgs.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 AudioLevelUpdatedEventArgs event. public class AudioLevelUpdatedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal AudioLevelUpdatedEventArgs(int audioLevel) { _audioLevel = audioLevel; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs.AudioStatus"]/*' /> public int AudioLevel { get { return _audioLevel; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private int _audioLevel; #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
- DesignerSerializerAttribute.cs
- ConfigurationStrings.cs
- figurelengthconverter.cs
- MdiWindowListItemConverter.cs
- CodeDomSerializerException.cs
- StringComparer.cs
- DoubleIndependentAnimationStorage.cs
- ServiceRoute.cs
- ConfigXmlSignificantWhitespace.cs
- NullableIntSumAggregationOperator.cs
- Codec.cs
- InvalidFilterCriteriaException.cs
- FileUtil.cs
- Paragraph.cs
- TrustManagerMoreInformation.cs
- SafeEventHandle.cs
- Stack.cs
- XmlCDATASection.cs
- CommonProperties.cs
- JulianCalendar.cs
- SqlReferenceCollection.cs
- PropertyPathWorker.cs
- ResourcesBuildProvider.cs
- MultiSelector.cs
- RegistryKey.cs
- SessionEndedEventArgs.cs
- ObjectStateFormatter.cs
- BinaryFormatterWriter.cs
- ProgressPage.cs
- OdbcTransaction.cs
- ServiceNotStartedException.cs
- DataGridPageChangedEventArgs.cs
- Page.cs
- ComboBoxItem.cs
- TreeView.cs
- UnmanagedMemoryStream.cs
- ContentElement.cs
- ValueExpressions.cs
- CryptoStream.cs
- OracleInternalConnection.cs
- StreamGeometry.cs
- CodeNamespace.cs
- TreeView.cs
- AssemblyCache.cs
- ConfigXmlAttribute.cs
- ScriptMethodAttribute.cs
- MessageSecurityOverTcpElement.cs
- AnnotationResourceChangedEventArgs.cs
- HtmlTable.cs
- OperationValidationEventArgs.cs
- BinarySerializer.cs
- ProfileService.cs
- Graphics.cs
- DetailsView.cs
- WizardPanelChangingEventArgs.cs
- CodeTypeMember.cs
- XmlQueryRuntime.cs
- SerializationBinder.cs
- OTFRasterizer.cs
- XsdBuildProvider.cs
- DesignerActionHeaderItem.cs
- XmlNodeList.cs
- WindowsListViewSubItem.cs
- XPathArrayIterator.cs
- HttpPostedFile.cs
- TraceFilter.cs
- Point3DCollectionConverter.cs
- ScriptingJsonSerializationSection.cs
- SubMenuStyleCollection.cs
- SafeEventHandle.cs
- OSFeature.cs
- StructureChangedEventArgs.cs
- EnumUnknown.cs
- EnumerableRowCollection.cs
- IPHostEntry.cs
- BoolExpressionVisitors.cs
- XmlSchemaGroup.cs
- TextSelectionHelper.cs
- PerformanceCounterLib.cs
- IOException.cs
- SaveFileDialog.cs
- Executor.cs
- MemoryMappedFile.cs
- JumpTask.cs
- Barrier.cs
- ToolStripRenderer.cs
- AsyncWaitHandle.cs
- XamlRtfConverter.cs
- ReachFixedDocumentSerializerAsync.cs
- HttpDictionary.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DesignerImageAdapter.cs
- TypeTypeConverter.cs
- LayoutManager.cs
- StoryFragments.cs
- EventPropertyMap.cs
- XmlNamespaceMappingCollection.cs
- Filter.cs
- ApplicationManager.cs