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
- ValidatorAttribute.cs
- ScriptModule.cs
- DebugInfoExpression.cs
- MarkupCompiler.cs
- Guid.cs
- StrokeNodeData.cs
- NumberEdit.cs
- DatatypeImplementation.cs
- CodeBinaryOperatorExpression.cs
- Int64AnimationBase.cs
- TcpStreams.cs
- HttpCookieCollection.cs
- ToolStrip.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Icon.cs
- BasicCommandTreeVisitor.cs
- OdbcException.cs
- WindowsIPAddress.cs
- TimeSpanStorage.cs
- ConnectionsZone.cs
- TextEncodedRawTextWriter.cs
- WebRequestModulesSection.cs
- PageRequestManager.cs
- ControlBuilderAttribute.cs
- StringTraceRecord.cs
- CompilerError.cs
- ConfigurationException.cs
- XmlValidatingReader.cs
- MouseOverProperty.cs
- SchemaAttDef.cs
- RowSpanVector.cs
- Sentence.cs
- HttpHeaderCollection.cs
- SubpageParagraph.cs
- VisualTreeUtils.cs
- OledbConnectionStringbuilder.cs
- DataGridTablesFactory.cs
- ThicknessAnimation.cs
- exports.cs
- BufferedReadStream.cs
- SafeEventLogWriteHandle.cs
- ProgressiveCrcCalculatingStream.cs
- StrokeNodeOperations2.cs
- ErrorHandlerModule.cs
- FamilyMapCollection.cs
- GroupLabel.cs
- DragDeltaEventArgs.cs
- HTMLTagNameToTypeMapper.cs
- SmiContextFactory.cs
- SafeThreadHandle.cs
- PictureBox.cs
- RuntimeVariablesExpression.cs
- VisualStyleTypesAndProperties.cs
- DependencyPropertyKind.cs
- DataGridHeaderBorder.cs
- SqlDataReader.cs
- UrlMappingsModule.cs
- ErrorEventArgs.cs
- PointF.cs
- CachedPathData.cs
- WindowsToolbarAsMenu.cs
- SegmentInfo.cs
- MemoryFailPoint.cs
- Wizard.cs
- HttpModulesSection.cs
- DesignTimeTemplateParser.cs
- Menu.cs
- DataStreamFromComStream.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- XPathPatternBuilder.cs
- FastEncoderWindow.cs
- TypeDescriptor.cs
- XmlDataSource.cs
- GlobalizationSection.cs
- SqlParameter.cs
- SerTrace.cs
- TreeViewCancelEvent.cs
- SolidColorBrush.cs
- SplineKeyFrames.cs
- HttpListenerRequestUriBuilder.cs
- NetCodeGroup.cs
- DataServiceQueryContinuation.cs
- StateMachineHelpers.cs
- AsyncStreamReader.cs
- ConnectionManagementElement.cs
- SQLDouble.cs
- TextEditorParagraphs.cs
- DataGridViewDataErrorEventArgs.cs
- ToolStripPanelRenderEventArgs.cs
- StackSpiller.cs
- PrivilegeNotHeldException.cs
- LassoSelectionBehavior.cs
- FixedLineResult.cs
- WaitHandle.cs
- HandledEventArgs.cs
- OperationCanceledException.cs
- StylusPlugin.cs
- XamlPointCollectionSerializer.cs
- _IPv4Address.cs
- PackageDigitalSignature.cs