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 / 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
- LinkedList.cs
- UnsafeNativeMethods.cs
- SqlConnectionHelper.cs
- FileCodeGroup.cs
- DataGridViewCellCancelEventArgs.cs
- DesignRelation.cs
- DeclaredTypeValidator.cs
- ToolStripPanelCell.cs
- CheckBoxFlatAdapter.cs
- HMAC.cs
- ConvertEvent.cs
- QueryableDataSourceView.cs
- EnumValAlphaComparer.cs
- DataException.cs
- BlurEffect.cs
- WaitHandle.cs
- ResXBuildProvider.cs
- JournalEntryListConverter.cs
- WeakReadOnlyCollection.cs
- TrackingStringDictionary.cs
- EventDescriptorCollection.cs
- StandardToolWindows.cs
- CheckBoxFlatAdapter.cs
- ToolBar.cs
- XsltLoader.cs
- XmlSignatureProperties.cs
- AttributeAction.cs
- BufferedResponseStream.cs
- ParameterSubsegment.cs
- DecimalConverter.cs
- SmtpMail.cs
- BooleanExpr.cs
- OleDbMetaDataFactory.cs
- ScrollChangedEventArgs.cs
- SimpleRecyclingCache.cs
- Hash.cs
- FormatException.cs
- TimeSpanFormat.cs
- WaitHandle.cs
- ZoomPercentageConverter.cs
- ExpressionEditorAttribute.cs
- SchemaEntity.cs
- NativeDirectoryServicesQueryAPIs.cs
- Matrix3D.cs
- SqlFunctionAttribute.cs
- XmlMembersMapping.cs
- DataGridItemEventArgs.cs
- DataGridViewComboBoxColumn.cs
- UrlPropertyAttribute.cs
- BaseInfoTable.cs
- IisNotInstalledException.cs
- DoubleLink.cs
- ActionFrame.cs
- TransportOutputChannel.cs
- CodeGeneratorAttribute.cs
- ComponentEditorPage.cs
- DrawingImage.cs
- RoleService.cs
- DetailsViewUpdateEventArgs.cs
- cookie.cs
- MatrixKeyFrameCollection.cs
- ChtmlCommandAdapter.cs
- SqlIdentifier.cs
- IndicFontClient.cs
- ToolStripContainer.cs
- TransformGroup.cs
- NotImplementedException.cs
- AmbiguousMatchException.cs
- StringPropertyBuilder.cs
- SQLInt64.cs
- DataMemberAttribute.cs
- ping.cs
- SynchronizationValidator.cs
- PropertyValue.cs
- SchemaImporterExtensionElement.cs
- UIPermission.cs
- BooleanSwitch.cs
- SettingsSavedEventArgs.cs
- DataTemplate.cs
- GroupBoxRenderer.cs
- Freezable.cs
- TextRunProperties.cs
- uribuilder.cs
- AppLevelCompilationSectionCache.cs
- LocalIdKeyIdentifierClause.cs
- GeometryModel3D.cs
- FileDataSourceCache.cs
- CodeArgumentReferenceExpression.cs
- QilLiteral.cs
- XmlHierarchicalDataSourceView.cs
- WindowsClaimSet.cs
- KeyInfo.cs
- ManifestSignatureInformation.cs
- DecimalFormatter.cs
- FunctionMappingTranslator.cs
- FunctionImportElement.cs
- MethodExecutor.cs
- DesignerPerfEventProvider.cs
- MouseButton.cs
- CalendarDay.cs