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
- SettingsSavedEventArgs.cs
- XmlHierarchyData.cs
- ProxyManager.cs
- GraphicsState.cs
- QuaternionKeyFrameCollection.cs
- DataGridPagingPage.cs
- ITreeGenerator.cs
- HttpCachePolicyElement.cs
- XPathItem.cs
- QilXmlReader.cs
- HttpPostedFile.cs
- ComboBox.cs
- LineServicesRun.cs
- ApplicationDirectory.cs
- PackagingUtilities.cs
- HttpConfigurationContext.cs
- DataGridAutoFormatDialog.cs
- TargetPerspective.cs
- ApplicationInfo.cs
- SqlCacheDependencySection.cs
- AccessControlList.cs
- CorePropertiesFilter.cs
- ConfigurationPermission.cs
- EntityDataReader.cs
- MsmqIntegrationInputMessage.cs
- NullableBoolConverter.cs
- BaseValidatorDesigner.cs
- _NtlmClient.cs
- Menu.cs
- Annotation.cs
- DrawingCollection.cs
- ChannelSinkStacks.cs
- BaseCollection.cs
- FormsAuthenticationEventArgs.cs
- ResourceAssociationType.cs
- IndexerNameAttribute.cs
- RijndaelManagedTransform.cs
- DetailsViewModeEventArgs.cs
- DataSourceXmlSerializer.cs
- LinqDataSourceInsertEventArgs.cs
- PropertyTabAttribute.cs
- HandlerBase.cs
- MouseButton.cs
- WebPartDisplayModeCollection.cs
- SystemBrushes.cs
- HandlerFactoryWrapper.cs
- CheckBoxFlatAdapter.cs
- FormsAuthenticationCredentials.cs
- HwndSource.cs
- QueryContinueDragEventArgs.cs
- DeviceContexts.cs
- WpfKnownMemberInvoker.cs
- ToolStripContainerActionList.cs
- HashHelper.cs
- AccessedThroughPropertyAttribute.cs
- FilterException.cs
- wgx_commands.cs
- LinqDataSourceInsertEventArgs.cs
- ItemContainerGenerator.cs
- MultiByteCodec.cs
- TextRangeEdit.cs
- webproxy.cs
- Point3D.cs
- WinFormsUtils.cs
- BindableAttribute.cs
- RuntimeCompatibilityAttribute.cs
- SmtpNetworkElement.cs
- Transform.cs
- ModelUIElement3D.cs
- TypeBuilderInstantiation.cs
- SQLDoubleStorage.cs
- GridViewRowPresenter.cs
- VScrollBar.cs
- SafeRightsManagementSessionHandle.cs
- TemplateContent.cs
- RadioButtonList.cs
- PnrpPeerResolver.cs
- HandledMouseEvent.cs
- ConstraintStruct.cs
- CoreSwitches.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- DesignSurfaceEvent.cs
- XmlDataSourceNodeDescriptor.cs
- Win32.cs
- OdbcParameter.cs
- TextServicesCompartmentContext.cs
- SqlServices.cs
- ErrorStyle.cs
- WebBrowserHelper.cs
- HttpCapabilitiesBase.cs
- TextTreeDeleteContentUndoUnit.cs
- GridViewRowPresenter.cs
- KnownTypeHelper.cs
- SettingsBindableAttribute.cs
- ArgumentNullException.cs
- XmlDocumentSurrogate.cs
- xml.cs
- SecurityTokenResolver.cs
- ActivationArguments.cs
- localization.cs