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
- InvalidOleVariantTypeException.cs
- Permission.cs
- TemplateManager.cs
- LinkLabelLinkClickedEvent.cs
- ISessionStateStore.cs
- RegexCaptureCollection.cs
- ConnectionPoolManager.cs
- CloudCollection.cs
- serverconfig.cs
- TableItemStyle.cs
- SessionPageStatePersister.cs
- ReplacementText.cs
- x509store.cs
- SessionEndingCancelEventArgs.cs
- StrokeRenderer.cs
- ISAPIWorkerRequest.cs
- TreeNodeCollection.cs
- ScaleTransform3D.cs
- SwitchLevelAttribute.cs
- WebBrowserNavigatingEventHandler.cs
- ObjectStateManager.cs
- HttpListenerResponse.cs
- SecurityChannelFaultConverter.cs
- XhtmlBasicControlAdapter.cs
- ImageIndexConverter.cs
- WebBrowserPermission.cs
- Stylus.cs
- AssociationType.cs
- RowTypeElement.cs
- SemanticResolver.cs
- SmtpReplyReader.cs
- ContainerFilterService.cs
- LinkedResourceCollection.cs
- HtmlTextArea.cs
- log.cs
- SecurityUtils.cs
- NoPersistProperty.cs
- Vector3DIndependentAnimationStorage.cs
- ToolBarButton.cs
- ValueType.cs
- ContainsRowNumberChecker.cs
- UrlPath.cs
- DataContract.cs
- DataSourceView.cs
- VisualStates.cs
- EncoderNLS.cs
- DataPager.cs
- NavigationCommands.cs
- ContainerParagraph.cs
- StateItem.cs
- WrappedIUnknown.cs
- SimpleTypesSurrogate.cs
- OrthographicCamera.cs
- Html32TextWriter.cs
- FieldNameLookup.cs
- GraphicsContext.cs
- BaseTemplateBuildProvider.cs
- BuiltInExpr.cs
- Pkcs7Signer.cs
- PartBasedPackageProperties.cs
- TextLineResult.cs
- XamlPoint3DCollectionSerializer.cs
- PageContent.cs
- MaskedTextProvider.cs
- MachineSettingsSection.cs
- PieceNameHelper.cs
- EmptyStringExpandableObjectConverter.cs
- Positioning.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ComponentDispatcherThread.cs
- BitmapEffect.cs
- LinkedList.cs
- RoleManagerSection.cs
- FreezableDefaultValueFactory.cs
- CodeSnippetStatement.cs
- ColumnMap.cs
- HttpContextServiceHost.cs
- shaperfactory.cs
- DodSequenceMerge.cs
- GenericNameHandler.cs
- SqlDelegatedTransaction.cs
- TagNameToTypeMapper.cs
- cache.cs
- IOException.cs
- XmlImplementation.cs
- HttpApplication.cs
- ProofTokenCryptoHandle.cs
- ImplicitInputBrush.cs
- SynchronizedInputAdaptor.cs
- FileUtil.cs
- CacheEntry.cs
- TraceListener.cs
- CharAnimationBase.cs
- EpmCustomContentWriterNodeData.cs
- Int16Converter.cs
- WithParamAction.cs
- HtmlTableCellCollection.cs
- SortKey.cs
- DBSqlParserTableCollection.cs
- ServerTooBusyException.cs