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
- SoapIncludeAttribute.cs
- FixedFlowMap.cs
- MetafileHeaderWmf.cs
- DesignerMetadata.cs
- Block.cs
- Range.cs
- CellLabel.cs
- IdleTimeoutMonitor.cs
- TickBar.cs
- ComboBoxDesigner.cs
- XPathNavigatorKeyComparer.cs
- FileSystemEventArgs.cs
- ServiceModelConfigurationSectionCollection.cs
- ConstructorBuilder.cs
- DataGridCellsPresenter.cs
- RsaKeyIdentifierClause.cs
- BindableAttribute.cs
- ConsumerConnectionPointCollection.cs
- Tablet.cs
- DrawingAttributeSerializer.cs
- IndexerHelper.cs
- SafeThreadHandle.cs
- StaticContext.cs
- ServiceHost.cs
- TextBoxDesigner.cs
- SafeSecurityHandles.cs
- SystemDiagnosticsSection.cs
- SystemIPInterfaceStatistics.cs
- XmlSerializerOperationFormatter.cs
- ColorTransformHelper.cs
- XPathException.cs
- SecurityStandardsManager.cs
- iisPickupDirectory.cs
- UnsafeNativeMethodsPenimc.cs
- EFColumnProvider.cs
- SizeChangedEventArgs.cs
- HashHelper.cs
- _Semaphore.cs
- ScriptControl.cs
- AssemblyResourceLoader.cs
- Connector.xaml.cs
- AudioLevelUpdatedEventArgs.cs
- DataSourceCacheDurationConverter.cs
- MSHTMLHost.cs
- ReservationCollection.cs
- SizeConverter.cs
- ColorMatrix.cs
- UrlParameterWriter.cs
- AuthenticateEventArgs.cs
- HtmlInputReset.cs
- DataGridViewAccessibleObject.cs
- AssemblyAttributes.cs
- EventWaitHandle.cs
- SqlBinder.cs
- Image.cs
- WebPartMovingEventArgs.cs
- PropertyTab.cs
- LassoHelper.cs
- _UncName.cs
- ResourcesBuildProvider.cs
- RelativeSource.cs
- OrderedDictionary.cs
- CatalogZone.cs
- BulletChrome.cs
- SpotLight.cs
- PositiveTimeSpanValidator.cs
- PartialArray.cs
- RemoveStoryboard.cs
- MenuItemAutomationPeer.cs
- LongAverageAggregationOperator.cs
- AttachedAnnotation.cs
- XslTransform.cs
- SubqueryRules.cs
- EnumerableCollectionView.cs
- ToolStripSettings.cs
- OverrideMode.cs
- Int16AnimationUsingKeyFrames.cs
- FunctionUpdateCommand.cs
- StrongNameUtility.cs
- DataExpression.cs
- UIElement.cs
- SqlBooleanMismatchVisitor.cs
- TdsParserHelperClasses.cs
- DataKey.cs
- QueryCacheEntry.cs
- MemberHolder.cs
- NavigationProperty.cs
- Section.cs
- PartitionResolver.cs
- MenuTracker.cs
- Screen.cs
- MaxMessageSizeStream.cs
- MatchingStyle.cs
- SQLDouble.cs
- SafeNativeMethods.cs
- XMLSyntaxException.cs
- InteropBitmapSource.cs
- FloaterParaClient.cs
- HWStack.cs
- FormViewDeleteEventArgs.cs