Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Synthesis / VoiceChangeEventArgs.cs / 1 / VoiceChangeEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Synthesis { ////// TODOC - Summary description for VoiceChangeEventArgs. /// public class VoiceChangeEventArgs : PromptEventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// TODOC /// /// /// internal VoiceChangeEventArgs(Prompt prompt, VoiceInfo voice) : base (prompt) { _voice = voice; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties ////// TODOC /// ///public VoiceInfo Voice { get { return _voice; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields VoiceInfo _voice; #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
- TraceSwitch.cs
- XmlAttributeCollection.cs
- StrokeNodeEnumerator.cs
- filewebresponse.cs
- SelectorItemAutomationPeer.cs
- ProcessHostFactoryHelper.cs
- embossbitmapeffect.cs
- FunctionQuery.cs
- XmlSchemaSimpleTypeUnion.cs
- validationstate.cs
- EntityProxyFactory.cs
- DiscoveryClientProtocol.cs
- EventProxy.cs
- TransformDescriptor.cs
- GPRECT.cs
- SQLConvert.cs
- Environment.cs
- MessageQueueCriteria.cs
- MulticastIPAddressInformationCollection.cs
- StringInfo.cs
- IsolationInterop.cs
- LineBreakRecord.cs
- MessageQueueCriteria.cs
- Pen.cs
- HtmlTable.cs
- MailBnfHelper.cs
- TransformPattern.cs
- ComEventsSink.cs
- ImageClickEventArgs.cs
- SystemIcons.cs
- UInt64Converter.cs
- DoWorkEventArgs.cs
- DelegatingHeader.cs
- IntSecurity.cs
- BaseParagraph.cs
- DataServiceRequestOfT.cs
- Events.cs
- IsolatedStorageFile.cs
- Triplet.cs
- ResourceAssociationType.cs
- HttpResponseInternalWrapper.cs
- VisualStyleElement.cs
- SharedDp.cs
- ZipFileInfo.cs
- QilSortKey.cs
- ResourceIDHelper.cs
- ErrorFormatter.cs
- Effect.cs
- ThreadAttributes.cs
- EventListener.cs
- SerTrace.cs
- StyleBamlTreeBuilder.cs
- AnnotationResourceChangedEventArgs.cs
- BaseTemplateParser.cs
- SectionVisual.cs
- DataView.cs
- ScriptingRoleServiceSection.cs
- HttpHeaderCollection.cs
- URL.cs
- ConfigurationProperty.cs
- FactoryMaker.cs
- DBNull.cs
- TextProviderWrapper.cs
- XmlDocumentViewSchema.cs
- WrappedIUnknown.cs
- CellConstantDomain.cs
- EntityProviderServices.cs
- DataControlReference.cs
- DecimalFormatter.cs
- PtsPage.cs
- EmbeddedObject.cs
- HtmlInputCheckBox.cs
- SizeConverter.cs
- Base64Encoding.cs
- ComponentResourceKey.cs
- BitSet.cs
- RemoteWebConfigurationHostServer.cs
- FontSourceCollection.cs
- PerfCounterSection.cs
- DateTimeConstantAttribute.cs
- LostFocusEventManager.cs
- StaticExtensionConverter.cs
- XmlStreamStore.cs
- RefExpr.cs
- TextContainer.cs
- AssemblySettingAttributes.cs
- SqlFlattener.cs
- GACMembershipCondition.cs
- CodeSnippetStatement.cs
- CountAggregationOperator.cs
- ObjectConverter.cs
- Light.cs
- AdRotator.cs
- DataSourceView.cs
- DayRenderEvent.cs
- odbcmetadatacollectionnames.cs
- WebScriptServiceHost.cs
- CounterCreationData.cs
- Math.cs
- CdpEqualityComparer.cs