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
- WebPartDescriptionCollection.cs
- HtmlSelect.cs
- ColumnWidthChangingEvent.cs
- RefreshPropertiesAttribute.cs
- RequiredAttributeAttribute.cs
- hebrewshape.cs
- DBPropSet.cs
- ContactManager.cs
- DocumentGrid.cs
- IntranetCredentialPolicy.cs
- VirtualPathProvider.cs
- ButtonFieldBase.cs
- StorageInfo.cs
- PrimitiveXmlSerializers.cs
- Cursors.cs
- NeedSkipTokenVisitor.cs
- _ShellExpression.cs
- List.cs
- StateMachineTimers.cs
- ServicesUtilities.cs
- EventManager.cs
- Int64AnimationBase.cs
- DataSetViewSchema.cs
- UserNameSecurityToken.cs
- ProjectionPruner.cs
- Popup.cs
- FlowLayoutPanel.cs
- SignerInfo.cs
- ToolStripGripRenderEventArgs.cs
- SignatureToken.cs
- DiscreteKeyFrames.cs
- BindUriHelper.cs
- XPathDocument.cs
- SingleStorage.cs
- XD.cs
- QilList.cs
- objectquery_tresulttype.cs
- DataConnectionHelper.cs
- TypeHelpers.cs
- ManagedWndProcTracker.cs
- RawTextInputReport.cs
- XmlLoader.cs
- DocumentsTrace.cs
- CodeDomConfigurationHandler.cs
- CheckBoxList.cs
- OleDbMetaDataFactory.cs
- SafeThemeHandle.cs
- hebrewshape.cs
- TraceFilter.cs
- DataGridGeneralPage.cs
- QueryOptionExpression.cs
- ControlCodeDomSerializer.cs
- Button.cs
- ToolStripContentPanelRenderEventArgs.cs
- TerminatorSinks.cs
- CompilerTypeWithParams.cs
- DictionaryChange.cs
- LogicalMethodInfo.cs
- DataGridViewCellValueEventArgs.cs
- DrawingGroup.cs
- PropertyDescriptorComparer.cs
- IdlingCommunicationPool.cs
- Image.cs
- _BaseOverlappedAsyncResult.cs
- Debugger.cs
- LayoutExceptionEventArgs.cs
- COM2PropertyDescriptor.cs
- WebPartDisplayModeEventArgs.cs
- SqlClientMetaDataCollectionNames.cs
- EncoderNLS.cs
- RegexRunner.cs
- AttributeUsageAttribute.cs
- SiteMapDataSourceView.cs
- FontWeight.cs
- BindingCompleteEventArgs.cs
- DataGridViewTextBoxEditingControl.cs
- Clause.cs
- StylusPlugInCollection.cs
- StaticExtension.cs
- HttpCacheVary.cs
- FindResponse.cs
- ConsumerConnectionPoint.cs
- ThemeableAttribute.cs
- ServiceBehaviorElementCollection.cs
- IInstanceTable.cs
- IdentityHolder.cs
- WsatServiceAddress.cs
- SchemaSetCompiler.cs
- MessageFault.cs
- DurableInstance.cs
- IntSecurity.cs
- RuntimeCompatibilityAttribute.cs
- ToolStripLocationCancelEventArgs.cs
- DocumentReferenceCollection.cs
- PersistenceMetadataNamespace.cs
- SubMenuStyleCollection.cs
- ParserContext.cs
- DbUpdateCommandTree.cs
- DispatchProxy.cs
- ContextDataSourceView.cs