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 / EmulateRecognizeCompletedEventArgs.cs / 1 / EmulateRecognizeCompletedEventArgs.cs
//------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------
using System;
using System.ComponentModel;
namespace System.Speech.Recognition
{
/// TODOC <_include file='doc\EmulateRecognizeCompletedEventArgs.uex' path='docs/doc[@for="EmulateRecognizeCompletedEventArgs"]/*' />
public class EmulateRecognizeCompletedEventArgs : AsyncCompletedEventArgs
{
//*******************************************************************
//
// Constructors
//
//*******************************************************************
#region Constructors
internal EmulateRecognizeCompletedEventArgs (RecognitionResult result, Exception error, bool cancelled, object userState)
: base(error, cancelled, userState)
{
_result = result;
}
#endregion
//********************************************************************
//
// Public Properties
//
//*******************************************************************
#region Public Properties
/// TODOC <_include file='doc\RecognizeCompletedEventArgs.uex' path='docs/doc[@for="RecognizeCompletedEventArgs.Result"]/*' />
public RecognitionResult Result
{
get { return _result; }
}
#endregion
//********************************************************************
//
// Private Fields
//
//********************************************************************
#region Private Fields
private RecognitionResult _result;
#endregion
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------
using System;
using System.ComponentModel;
namespace System.Speech.Recognition
{
/// TODOC <_include file='doc\EmulateRecognizeCompletedEventArgs.uex' path='docs/doc[@for="EmulateRecognizeCompletedEventArgs"]/*' />
public class EmulateRecognizeCompletedEventArgs : AsyncCompletedEventArgs
{
//*******************************************************************
//
// Constructors
//
//*******************************************************************
#region Constructors
internal EmulateRecognizeCompletedEventArgs (RecognitionResult result, Exception error, bool cancelled, object userState)
: base(error, cancelled, userState)
{
_result = result;
}
#endregion
//********************************************************************
//
// Public Properties
//
//*******************************************************************
#region Public Properties
/// TODOC <_include file='doc\RecognizeCompletedEventArgs.uex' path='docs/doc[@for="RecognizeCompletedEventArgs.Result"]/*' />
public RecognitionResult Result
{
get { return _result; }
}
#endregion
//********************************************************************
//
// Private Fields
//
//********************************************************************
#region Private Fields
private RecognitionResult _result;
#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
- FontFamilyIdentifier.cs
- LockedHandleGlyph.cs
- Simplifier.cs
- CheckedListBox.cs
- MultipartIdentifier.cs
- FontStyles.cs
- ConfigurationSectionCollection.cs
- StandardCommands.cs
- RenderOptions.cs
- InternalPermissions.cs
- HebrewNumber.cs
- XmlReader.cs
- ListManagerBindingsCollection.cs
- XhtmlBasicTextViewAdapter.cs
- NeutralResourcesLanguageAttribute.cs
- Soap12ProtocolImporter.cs
- SafeNativeMethods.cs
- ListControlConvertEventArgs.cs
- GeometryDrawing.cs
- StructuredProperty.cs
- KeyInfo.cs
- PreparingEnlistment.cs
- Simplifier.cs
- FormViewPageEventArgs.cs
- DispatcherObject.cs
- EntityModelSchemaGenerator.cs
- TextBlock.cs
- UrlPath.cs
- DataTransferEventArgs.cs
- FixedPosition.cs
- CacheSection.cs
- shaper.cs
- ManifestResourceInfo.cs
- GenericTypeParameterBuilder.cs
- FactoryMaker.cs
- TrustManagerPromptUI.cs
- FixUpCollection.cs
- TemplateModeChangedEventArgs.cs
- GeometryModel3D.cs
- MarshalByValueComponent.cs
- SafeProcessHandle.cs
- DefaultValueConverter.cs
- DashStyle.cs
- SystemFonts.cs
- _ContextAwareResult.cs
- SQLInt16.cs
- DrawingImage.cs
- BitmapFrameDecode.cs
- ColumnMap.cs
- TcpActivation.cs
- MessageBox.cs
- InputReport.cs
- AnnouncementEndpointElement.cs
- SrgsElement.cs
- WebBrowserNavigatedEventHandler.cs
- HostedHttpTransportManager.cs
- InteropBitmapSource.cs
- FixUp.cs
- Unit.cs
- UndoManager.cs
- MediaCommands.cs
- ConnectionStringsSection.cs
- GraphicsContext.cs
- Tablet.cs
- ArrayList.cs
- LogicalExpr.cs
- TemporaryBitmapFile.cs
- ObjectPersistData.cs
- TTSEngineTypes.cs
- XmlSchemaComplexContentExtension.cs
- WindowsStreamSecurityUpgradeProvider.cs
- CapabilitiesSection.cs
- SpoolingTaskBase.cs
- DataTableReaderListener.cs
- BuildProviderCollection.cs
- SingleAnimation.cs
- ProxyHelper.cs
- NativeMethodsCLR.cs
- PasswordPropertyTextAttribute.cs
- IDictionary.cs
- TextEditorSpelling.cs
- SchemaMapping.cs
- HwndSource.cs
- SvcMapFileLoader.cs
- LayoutTable.cs
- LeafCellTreeNode.cs
- AuthenticationModulesSection.cs
- AssemblyBuilder.cs
- DataServiceResponse.cs
- ToolBar.cs
- DispatcherSynchronizationContext.cs
- MultiAsyncResult.cs
- EncryptedKey.cs
- Empty.cs
- RequestCachePolicy.cs
- RoleGroup.cs
- SqlFactory.cs
- ItemsPresenter.cs
- Part.cs
- NumberFunctions.cs