Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / UpdateEventArgs.cs / 1 / UpdateEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { // Event args used in the RecognizerUpdateReached event, which is raised after a call is made to RequestRecognizerUpdate. /// TODOC <_include file='doc\RecognizerBase.uex' path='docs/doc[@for="UpdateEventArgs"]/*' /> public class RecognizerUpdateReachedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal RecognizerUpdateReachedEventArgs(object userToken, TimeSpan audioPosition) { _userToken = userToken; _audioPosition = audioPosition; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region Public Properties // Application supplied object reference. /// TODOC <_include file='doc\RecognizerBase.uex' path='docs/doc[@for="UpdateEventArgs.UserToken"]/*' /> public object UserToken { get { return _userToken; } } /// TODOC <_include file='doc\RecognizerBase.uex' path='docs/doc[@for="UpdateEventArgs.AudioPosition"]/*' /> public TimeSpan AudioPosition { get { return _audioPosition; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private object _userToken; private TimeSpan _audioPosition; #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
- Operator.cs
- Point3DAnimationBase.cs
- ObjectQuery_EntitySqlExtensions.cs
- SchemaName.cs
- WindowPattern.cs
- Models.cs
- HMACSHA1.cs
- DiscoveryEndpoint.cs
- HttpCachePolicyElement.cs
- MappingSource.cs
- MultiSelector.cs
- Selection.cs
- StateMachineDesignerPaint.cs
- RoleGroup.cs
- AutomationPatternInfo.cs
- TransformConverter.cs
- InputManager.cs
- ColumnWidthChangingEvent.cs
- TemplateBaseAction.cs
- HasCopySemanticsAttribute.cs
- COM2IDispatchConverter.cs
- StrokeRenderer.cs
- DataRecordObjectView.cs
- RepeatEnumerable.cs
- ConnectionProviderAttribute.cs
- CodeDomConfigurationHandler.cs
- StateMachineHelpers.cs
- AVElementHelper.cs
- FunctionImportElement.cs
- CornerRadius.cs
- Size.cs
- Point4D.cs
- Oid.cs
- IntranetCredentialPolicy.cs
- RoleGroupCollectionEditor.cs
- WeakHashtable.cs
- TypeAccessException.cs
- NameObjectCollectionBase.cs
- RegularExpressionValidator.cs
- CqlGenerator.cs
- CodeArrayCreateExpression.cs
- TypeBuilderInstantiation.cs
- StackOverflowException.cs
- VisualCollection.cs
- PerformanceCounterCategory.cs
- StringBuilder.cs
- UInt64Converter.cs
- ToolboxDataAttribute.cs
- LambdaCompiler.Logical.cs
- GeneralTransformGroup.cs
- TablePatternIdentifiers.cs
- IdentityElement.cs
- PresentationTraceSources.cs
- FirstMatchCodeGroup.cs
- ContactManager.cs
- EntityDataSourceChangingEventArgs.cs
- AsnEncodedData.cs
- InlineCollection.cs
- CodeComment.cs
- ParseElementCollection.cs
- ForeignKeyConstraint.cs
- SqlGatherProducedAliases.cs
- SQLDecimalStorage.cs
- DropDownButton.cs
- WorkflowRuntimeServiceElementCollection.cs
- SmiEventStream.cs
- AdRotator.cs
- UnmanagedMemoryStream.cs
- SqlCacheDependencyDatabase.cs
- ThemeDirectoryCompiler.cs
- RegistryKey.cs
- DataColumnPropertyDescriptor.cs
- Utilities.cs
- HashSetDebugView.cs
- HtmlInputControl.cs
- WebBrowserNavigatingEventHandler.cs
- UpdateManifestForBrowserApplication.cs
- RepeaterItemCollection.cs
- WebExceptionStatus.cs
- TdsParserSafeHandles.cs
- TileModeValidation.cs
- RuleValidation.cs
- tibetanshape.cs
- Assembly.cs
- ThreadTrace.cs
- SessionPageStateSection.cs
- VoiceChangeEventArgs.cs
- BoundsDrawingContextWalker.cs
- FamilyCollection.cs
- HwndKeyboardInputProvider.cs
- BitVector32.cs
- ProxyAttribute.cs
- ServiceDocument.cs
- ValidatorUtils.cs
- AnonymousIdentificationSection.cs
- UriWriter.cs
- PointAnimation.cs
- SettingsSavedEventArgs.cs
- CounterCreationDataConverter.cs
- X509CertificateCollection.cs