Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / RunWorkerCompletedEventArgs.cs / 1 / RunWorkerCompletedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Security.Permissions; [HostProtection(SharedState = true)] public class RunWorkerCompletedEventArgs : AsyncCompletedEventArgs { private object result; public RunWorkerCompletedEventArgs(object result, Exception error, bool cancelled) : base(error, cancelled, null) { this.result = result; } public object Result { get { base.RaiseExceptionIfNecessary(); return result; } } // Hide from editor, since never used. [ Browsable(false), EditorBrowsable(EditorBrowsableState.Never) ] public new object UserState { get { return base.UserState; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Security.Permissions; [HostProtection(SharedState = true)] public class RunWorkerCompletedEventArgs : AsyncCompletedEventArgs { private object result; public RunWorkerCompletedEventArgs(object result, Exception error, bool cancelled) : base(error, cancelled, null) { this.result = result; } public object Result { get { base.RaiseExceptionIfNecessary(); return result; } } // Hide from editor, since never used. [ Browsable(false), EditorBrowsable(EditorBrowsableState.Never) ] public new object UserState { get { return base.UserState; } } } } // 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
- FontCollection.cs
- HttpRequest.cs
- ReturnType.cs
- ClientScriptManager.cs
- Accessible.cs
- CodeSnippetCompileUnit.cs
- DefaultPrintController.cs
- GridLengthConverter.cs
- DataObject.cs
- BackStopAuthenticationModule.cs
- Array.cs
- FigureHelper.cs
- TextModifier.cs
- Positioning.cs
- FileSystemWatcher.cs
- ReflectionServiceProvider.cs
- sqlinternaltransaction.cs
- OdbcConnectionStringbuilder.cs
- DecimalKeyFrameCollection.cs
- MonthChangedEventArgs.cs
- SrgsToken.cs
- SubMenuStyle.cs
- ObjectHelper.cs
- HatchBrush.cs
- Trigger.cs
- SystemIPv4InterfaceProperties.cs
- ClassImporter.cs
- InitializingNewItemEventArgs.cs
- ServiceDescriptionContext.cs
- ExpressionBuilder.cs
- MappingException.cs
- OleDbTransaction.cs
- FormsIdentity.cs
- ExpressionPrinter.cs
- TypedTableBaseExtensions.cs
- ProcessThreadCollection.cs
- AutomationAttributeInfo.cs
- PtsCache.cs
- ColumnMapProcessor.cs
- CleanUpVirtualizedItemEventArgs.cs
- UIAgentInitializationException.cs
- VersionConverter.cs
- XmlWrappingWriter.cs
- RenderOptions.cs
- IsolatedStorageFilePermission.cs
- XmlCharacterData.cs
- VisualTransition.cs
- TextTreeUndoUnit.cs
- UIElement3D.cs
- ExtendedPropertyDescriptor.cs
- ManagedWndProcTracker.cs
- WizardDesigner.cs
- PrinterUnitConvert.cs
- PointCollectionConverter.cs
- Rectangle.cs
- Deflater.cs
- Material.cs
- RSAOAEPKeyExchangeDeformatter.cs
- LayoutTableCell.cs
- HttpVersion.cs
- ActiveXContainer.cs
- WrappedKeySecurityTokenParameters.cs
- BitmapEffectGeneralTransform.cs
- OutArgument.cs
- BuildDependencySet.cs
- ServiceHttpModule.cs
- SqlDataSourceCache.cs
- XmlAnyElementAttribute.cs
- NameNode.cs
- ResXFileRef.cs
- CommandHelper.cs
- xmlformatgeneratorstatics.cs
- PageBuildProvider.cs
- ResourcePool.cs
- WebContext.cs
- Rect3D.cs
- CompositionTarget.cs
- FunctionDetailsReader.cs
- EntityReference.cs
- NativeMethods.cs
- StoreUtilities.cs
- EndpointIdentity.cs
- SystemInfo.cs
- HScrollProperties.cs
- RadioButtonBaseAdapter.cs
- SafeRightsManagementPubHandle.cs
- WebBrowserContainer.cs
- MenuItem.cs
- UIAgentRequest.cs
- SharedPersonalizationStateInfo.cs
- ExeConfigurationFileMap.cs
- Guid.cs
- AnnotationComponentManager.cs
- ByteFacetDescriptionElement.cs
- PropertyPathWorker.cs
- Compiler.cs
- Separator.cs
- PropertyNames.cs
- TableCellCollection.cs
- BigInt.cs