Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / 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. // //----------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QilStrConcatenator.cs
- _CommandStream.cs
- oledbmetadatacollectionnames.cs
- ValidateNames.cs
- WebCodeGenerator.cs
- CustomAttributeFormatException.cs
- TreeNodeEventArgs.cs
- TextElementEnumerator.cs
- AsymmetricKeyExchangeFormatter.cs
- BindingUtils.cs
- TextBlockAutomationPeer.cs
- FunctionImportElement.cs
- WsdlImporterElementCollection.cs
- ObjectConverter.cs
- brushes.cs
- SqlUserDefinedAggregateAttribute.cs
- RectAnimationClockResource.cs
- DocumentOutline.cs
- ThemeConfigurationDialog.cs
- SequentialActivityDesigner.cs
- CardSpaceException.cs
- DirectoryObjectSecurity.cs
- TextServicesHost.cs
- QuaternionRotation3D.cs
- DataSourceDescriptorCollection.cs
- DefaultValueTypeConverter.cs
- TextTreeFixupNode.cs
- ChannelReliableSession.cs
- PageSetupDialog.cs
- HostSecurityManager.cs
- SQLRoleProvider.cs
- DataGridViewAccessibleObject.cs
- ConstNode.cs
- CompareValidator.cs
- User.cs
- InputProcessorProfilesLoader.cs
- CacheChildrenQuery.cs
- HwndProxyElementProvider.cs
- PasswordBoxAutomationPeer.cs
- DataRow.cs
- X509Certificate2Collection.cs
- SelectionListComponentEditor.cs
- KeyedCollection.cs
- ParentQuery.cs
- DataGridViewHeaderCell.cs
- CroppedBitmap.cs
- NameObjectCollectionBase.cs
- Command.cs
- EntityConnection.cs
- RuntimeDelegateArgument.cs
- LinearQuaternionKeyFrame.cs
- MissingMemberException.cs
- TextServicesDisplayAttribute.cs
- ShapeTypeface.cs
- BinaryConverter.cs
- IfElseDesigner.xaml.cs
- PasswordTextNavigator.cs
- Effect.cs
- SecurityDocument.cs
- XmlLangPropertyAttribute.cs
- XmlSchemaAny.cs
- IgnoreFileBuildProvider.cs
- NameTable.cs
- ProfileServiceManager.cs
- CodeCastExpression.cs
- ContextStack.cs
- UnmanagedMarshal.cs
- XmlCountingReader.cs
- LoginView.cs
- InfoCardRSACryptoProvider.cs
- DesignerDataColumn.cs
- LinkLabel.cs
- XmlNodeWriter.cs
- DependencyPropertyChangedEventArgs.cs
- XPathDocumentBuilder.cs
- _SpnDictionary.cs
- PersonalizationAdministration.cs
- QilChoice.cs
- CalendarDayButton.cs
- CharUnicodeInfo.cs
- Floater.cs
- SqlNotificationRequest.cs
- RootProfilePropertySettingsCollection.cs
- ColorConvertedBitmapExtension.cs
- SQLSingle.cs
- ZoneMembershipCondition.cs
- FontResourceCache.cs
- SelectionPatternIdentifiers.cs
- DataGridViewCellStyle.cs
- XamlSerializerUtil.cs
- DataGridViewAutoSizeModeEventArgs.cs
- RightsDocument.cs
- FormsAuthenticationConfiguration.cs
- VisualTreeHelper.cs
- SHA512Managed.cs
- DocumentScope.cs
- Soap.cs
- JpegBitmapEncoder.cs
- SiteMapNodeItemEventArgs.cs
- XmlWriterTraceListener.cs