Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / 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.
//
//-----------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpStaticObjectsCollectionBase.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- GeneralTransformGroup.cs
- ListBoxItemWrapperAutomationPeer.cs
- Overlapped.cs
- NetworkAddressChange.cs
- PaperSource.cs
- MDIWindowDialog.cs
- UnmanagedBitmapWrapper.cs
- ThreadSafeMessageFilterTable.cs
- OverflowException.cs
- Signature.cs
- PermissionSetEnumerator.cs
- ObjectSet.cs
- BamlTreeNode.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- ItemCheckEvent.cs
- NameTable.cs
- SmtpException.cs
- EntityDesignerDataSourceView.cs
- CopyAttributesAction.cs
- Deflater.cs
- HTTPNotFoundHandler.cs
- Pts.cs
- CriticalExceptions.cs
- EpmCustomContentWriterNodeData.cs
- NoResizeSelectionBorderGlyph.cs
- EventLogHandle.cs
- DateTimeFormatInfoScanner.cs
- MgmtConfigurationRecord.cs
- PersonalizationStateInfoCollection.cs
- StaticSiteMapProvider.cs
- ValueQuery.cs
- Menu.cs
- ExchangeUtilities.cs
- ThreadLocal.cs
- KeyValueInternalCollection.cs
- ConsumerConnectionPoint.cs
- ServiceProviders.cs
- EntityContainerAssociationSet.cs
- WeakReferenceEnumerator.cs
- MatrixAnimationUsingKeyFrames.cs
- DataQuery.cs
- UndoEngine.cs
- XamlHttpHandlerFactory.cs
- ValueProviderWrapper.cs
- PageSetupDialog.cs
- FilterException.cs
- XComponentModel.cs
- DoubleAnimationUsingPath.cs
- QueryCoreOp.cs
- SqlUtil.cs
- Utilities.cs
- UnsafeNativeMethods.cs
- ItemCheckEvent.cs
- Compilation.cs
- EncoderReplacementFallback.cs
- HttpCapabilitiesSectionHandler.cs
- MsmqIntegrationBindingElement.cs
- PolyBezierSegmentFigureLogic.cs
- EventLogEntry.cs
- XmlText.cs
- CodeMemberProperty.cs
- GenericParameterDataContract.cs
- HtmlInputText.cs
- Group.cs
- JulianCalendar.cs
- EncodingDataItem.cs
- SystemDiagnosticsSection.cs
- PenCursorManager.cs
- SchemaEntity.cs
- PropertyExpression.cs
- Constraint.cs
- XmlStringTable.cs
- XmlName.cs
- ProtectedProviderSettings.cs
- Bold.cs
- TheQuery.cs
- UrlMappingCollection.cs
- ColorTransformHelper.cs
- ToolStripPanel.cs
- OdbcFactory.cs
- ComponentChangingEvent.cs
- BaseAsyncResult.cs
- PlatformCulture.cs
- Journaling.cs
- DesignerAttribute.cs
- NativeCompoundFileAPIs.cs
- UrlParameterWriter.cs
- MatrixAnimationUsingPath.cs
- RNGCryptoServiceProvider.cs
- ZipFileInfo.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ToolStripDropDownClosingEventArgs.cs
- HtmlInputReset.cs
- EnvironmentPermission.cs
- ControlCollection.cs
- documentation.cs
- TypeExtensions.cs
- WorkflowTraceTransfer.cs