Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / 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. // //----------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlDocumentFragment.cs
- TaskFileService.cs
- SqlCaseSimplifier.cs
- DesignerActionPanel.cs
- RightsManagementEncryptedStream.cs
- SafeRightsManagementHandle.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- RouteData.cs
- TableParaClient.cs
- EntityContainerEmitter.cs
- ValueTable.cs
- ContextMenuStripGroupCollection.cs
- EventSourceCreationData.cs
- XmlTextReader.cs
- DesignerSerializerAttribute.cs
- AbstractSvcMapFileLoader.cs
- SelectionWordBreaker.cs
- Unit.cs
- BinarySerializer.cs
- ProfileGroupSettings.cs
- RotationValidation.cs
- PersonalizationStateQuery.cs
- BaseValidator.cs
- StaticDataManager.cs
- UnmanagedMemoryStreamWrapper.cs
- SynchronizedDispatch.cs
- ThreadStateException.cs
- WebPartExportVerb.cs
- LedgerEntry.cs
- Range.cs
- PageAsyncTaskManager.cs
- QilExpression.cs
- XmlDocumentFieldSchema.cs
- XhtmlBasicImageAdapter.cs
- XmlSchemaAttributeGroup.cs
- webclient.cs
- Selection.cs
- MimeObjectFactory.cs
- DataControlCommands.cs
- uribuilder.cs
- TdsParserStaticMethods.cs
- CreatingCookieEventArgs.cs
- StatusInfoItem.cs
- SystemInformation.cs
- Pens.cs
- SessionPageStatePersister.cs
- WindowHideOrCloseTracker.cs
- CircleHotSpot.cs
- XmlQueryContext.cs
- DeviceContext.cs
- XmlSchemaElement.cs
- StorageInfo.cs
- BinaryParser.cs
- CodeSubDirectory.cs
- ElementProxy.cs
- MatrixAnimationBase.cs
- Primitive.cs
- DataGridViewAdvancedBorderStyle.cs
- QuaternionAnimation.cs
- TempFiles.cs
- DelimitedListTraceListener.cs
- UnionExpr.cs
- HttpContextBase.cs
- DBSchemaTable.cs
- RotateTransform.cs
- SqlReferenceCollection.cs
- ViewGenerator.cs
- DataGridViewColumn.cs
- StructureChangedEventArgs.cs
- XmlSchemaChoice.cs
- Span.cs
- CompressionTransform.cs
- ExtentCqlBlock.cs
- SetState.cs
- RowVisual.cs
- InternalsVisibleToAttribute.cs
- BindingSource.cs
- Matrix3D.cs
- DbConnectionPoolGroupProviderInfo.cs
- DesignerContextDescriptor.cs
- DependencyObject.cs
- ConfigurationLocationCollection.cs
- WebPartVerbCollection.cs
- SimpleType.cs
- Int64Animation.cs
- FileAuthorizationModule.cs
- BindableTemplateBuilder.cs
- TablePatternIdentifiers.cs
- IdentityNotMappedException.cs
- WebPartZone.cs
- UnsafeNativeMethodsTablet.cs
- AuthorizationRuleCollection.cs
- WebPartsPersonalization.cs
- BamlMapTable.cs
- MsmqOutputMessage.cs
- Accessible.cs
- SqlDataSource.cs
- VisualStyleTypesAndProperties.cs
- NameValueSectionHandler.cs
- BigInt.cs