Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Synthesis / SynthesizerStateChangedEventArgs.cs / 1 / SynthesizerStateChangedEventArgs.cs
//------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------
using System;
namespace System.Speech.Synthesis
{
///
/// TODOC
///
public class StateChangedEventArgs : EventArgs
{
//*******************************************************************
//
// Constructors
//
//*******************************************************************
#region Constructors
///
/// TODOC
///
///
///
internal StateChangedEventArgs (SynthesizerState state, SynthesizerState previousState)
{
_state = state;
_previousState = previousState;
}
#endregion
//********************************************************************
//
// Public Properties
//
//*******************************************************************
#region public Properties
// Use Add* naming convention.
///
/// TODOC
///
public SynthesizerState State
{
get
{
return _state;
}
}
///
/// TODOC
///
public SynthesizerState PreviousState
{
get
{
return _previousState;
}
}
#endregion
//********************************************************************
//
// Private Fields
//
//********************************************************************
#region Private Fields
private SynthesizerState _state;
private SynthesizerState _previousState;
#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
- List.cs
- RequestCachePolicy.cs
- RuleSetReference.cs
- MarkupExtensionReturnTypeAttribute.cs
- QilGeneratorEnv.cs
- externdll.cs
- ViewPort3D.cs
- ComponentEvent.cs
- UserInitiatedRoutedEventPermission.cs
- DataGridViewRowEventArgs.cs
- XmlCodeExporter.cs
- QuotedStringFormatReader.cs
- AddingNewEventArgs.cs
- ElementHostAutomationPeer.cs
- ListChangedEventArgs.cs
- RandomNumberGenerator.cs
- FileUtil.cs
- SystemResources.cs
- MasterPage.cs
- DiagnosticsConfigurationHandler.cs
- AccessControlEntry.cs
- SecurityException.cs
- Win32Exception.cs
- TextPenaltyModule.cs
- InternalRelationshipCollection.cs
- SHA512.cs
- ListDictionaryInternal.cs
- RepeaterItemCollection.cs
- ComPlusServiceLoader.cs
- SequenceDesigner.cs
- LowerCaseStringConverter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- WorkflowMarkupSerializationException.cs
- XsltSettings.cs
- MatrixUtil.cs
- ListControl.cs
- ServiceNotStartedException.cs
- BufferedStream.cs
- CanExecuteRoutedEventArgs.cs
- SqlNotificationEventArgs.cs
- XamlBuildTaskServices.cs
- HwndProxyElementProvider.cs
- CLSCompliantAttribute.cs
- MaskedTextProvider.cs
- HttpGetClientProtocol.cs
- WebPartAddingEventArgs.cs
- ValueChangedEventManager.cs
- PolicyConversionContext.cs
- PropertyDescriptorComparer.cs
- StylusPointPropertyId.cs
- UniqueIdentifierService.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ASCIIEncoding.cs
- FontStretchConverter.cs
- Attachment.cs
- QilTernary.cs
- WebPartDisplayMode.cs
- HttpPostedFile.cs
- GroupItem.cs
- PackageFilter.cs
- ISO2022Encoding.cs
- SecurityRuntime.cs
- Activator.cs
- Restrictions.cs
- Pair.cs
- SafeNativeMethodsOther.cs
- __TransparentProxy.cs
- IResourceProvider.cs
- FormatterServices.cs
- TagMapCollection.cs
- baseshape.cs
- AdapterUtil.cs
- IconEditor.cs
- CommandExpr.cs
- FixedSOMTextRun.cs
- BamlTreeMap.cs
- Window.cs
- TcpClientSocketManager.cs
- DbSourceCommand.cs
- TreeIterator.cs
- TraceHandlerErrorFormatter.cs
- ModelUIElement3D.cs
- BridgeDataReader.cs
- RegexCode.cs
- DataSourceProvider.cs
- ToolboxComponentsCreatingEventArgs.cs
- EventLogException.cs
- IdentityNotMappedException.cs
- PowerModeChangedEventArgs.cs
- ProfileServiceManager.cs
- GlobalProxySelection.cs
- SqlDataAdapter.cs
- AutomationElement.cs
- GradientStop.cs
- OracleFactory.cs
- TableItemStyle.cs
- MonthChangedEventArgs.cs
- shaperfactoryquerycacheentry.cs
- DataViewSetting.cs
- ExpressionBuilderContext.cs