Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / DoWorkEventArgs.cs / 1 / DoWorkEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Security.Permissions; [HostProtection(SharedState = true)] public class DoWorkEventArgs : CancelEventArgs { private object result; private object argument; public DoWorkEventArgs(object argument) { this.argument = argument; } [ SRDescription(SR.BackgroundWorker_DoWorkEventArgs_Argument) ] public object Argument { get { return argument; } } [ SRDescription(SR.BackgroundWorker_DoWorkEventArgs_Result) ] public object Result { get { return result; } set { result = value; } } } } // 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 DoWorkEventArgs : CancelEventArgs { private object result; private object argument; public DoWorkEventArgs(object argument) { this.argument = argument; } [ SRDescription(SR.BackgroundWorker_DoWorkEventArgs_Argument) ] public object Argument { get { return argument; } } [ SRDescription(SR.BackgroundWorker_DoWorkEventArgs_Result) ] public object Result { get { return result; } set { result = value; } } } } // 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
- SingleConverter.cs
- InstanceDataCollectionCollection.cs
- TransformerInfoCollection.cs
- ControlBuilder.cs
- ThreadStaticAttribute.cs
- DataGridViewSelectedRowCollection.cs
- SoundPlayerAction.cs
- SvcFileManager.cs
- ThicknessKeyFrameCollection.cs
- ImageSourceValueSerializer.cs
- ListCollectionView.cs
- CrossSiteScriptingValidation.cs
- ColumnReorderedEventArgs.cs
- State.cs
- DropDownList.cs
- Operator.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- JoinElimination.cs
- SingleObjectCollection.cs
- GroupBoxRenderer.cs
- WebSysDisplayNameAttribute.cs
- ConfigurationElementProperty.cs
- MessageEncoder.cs
- SessionEndedEventArgs.cs
- SettingsContext.cs
- BrowserDefinition.cs
- FormsIdentity.cs
- HttpValueCollection.cs
- HttpListener.cs
- IProvider.cs
- CompositeCollection.cs
- MetadataItemEmitter.cs
- StrongName.cs
- TableItemStyle.cs
- entitydatasourceentitysetnameconverter.cs
- DataColumnChangeEvent.cs
- ToolBarOverflowPanel.cs
- XmlTextReaderImplHelpers.cs
- RelationshipNavigation.cs
- CompModSwitches.cs
- FixedFindEngine.cs
- SecurityDocument.cs
- XmlDocumentSerializer.cs
- SHA512CryptoServiceProvider.cs
- RsaSecurityKey.cs
- CfgParser.cs
- InputProcessorProfiles.cs
- UIElementParaClient.cs
- DesignerVerbCollection.cs
- ListItemCollection.cs
- OuterGlowBitmapEffect.cs
- CodeParameterDeclarationExpression.cs
- ActiveXHelper.cs
- ExceptionHelpers.cs
- OwnerDrawPropertyBag.cs
- Pkcs9Attribute.cs
- LongValidatorAttribute.cs
- smtppermission.cs
- TextFormatterImp.cs
- SqlRowUpdatedEvent.cs
- Button.cs
- AmbientValueAttribute.cs
- DesignerOptionService.cs
- SimpleExpression.cs
- XmlResolver.cs
- DataGridSortCommandEventArgs.cs
- SettingsProviderCollection.cs
- TdsParser.cs
- CookieHandler.cs
- StringFormat.cs
- NullableIntAverageAggregationOperator.cs
- UnicodeEncoding.cs
- UrlSyndicationContent.cs
- HitTestParameters.cs
- ExceptionHandlerDesigner.cs
- ViewStateChangedEventArgs.cs
- HttpListenerContext.cs
- ValuePattern.cs
- ThreadTrace.cs
- SiteMapNode.cs
- streamingZipPartStream.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- InternalBufferManager.cs
- ListViewGroup.cs
- QilExpression.cs
- ToolStripPanelRow.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- TrackBar.cs
- WebUtility.cs
- DataColumnCollection.cs
- shaper.cs
- CaseInsensitiveHashCodeProvider.cs
- PasswordRecoveryAutoFormat.cs
- ColumnMapTranslator.cs
- QilValidationVisitor.cs
- ProjectionAnalyzer.cs
- IntPtr.cs
- WebPartDescriptionCollection.cs
- FunctionUpdateCommand.cs
- UnsafeNativeMethods.cs