Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SearchForVirtualItemEventArgs.cs
- DefaultSerializationProviderAttribute.cs
- Vars.cs
- DataTableTypeConverter.cs
- TypeToken.cs
- PageWrapper.cs
- HostingEnvironmentException.cs
- DescendantOverDescendantQuery.cs
- WebServicesDescriptionAttribute.cs
- SmiEventSink_DeferedProcessing.cs
- PerfCounterSection.cs
- GenericTypeParameterBuilder.cs
- XmlSignatureManifest.cs
- MeshGeometry3D.cs
- MemoryRecordBuffer.cs
- Maps.cs
- Timeline.cs
- FrugalMap.cs
- LogicalCallContext.cs
- ResourceReferenceKeyNotFoundException.cs
- Geometry3D.cs
- ContextMenu.cs
- AutomationElementCollection.cs
- PropertyTabAttribute.cs
- VariableQuery.cs
- AssemblyCollection.cs
- externdll.cs
- SetIterators.cs
- Intellisense.cs
- CodeGeneratorOptions.cs
- PropertyInfoSet.cs
- TreeNodeMouseHoverEvent.cs
- StructuredProperty.cs
- EFDataModelProvider.cs
- MetadataSerializer.cs
- CompiledXpathExpr.cs
- X509CertificateStore.cs
- DataGridViewComboBoxColumn.cs
- ConsumerConnectionPoint.cs
- NativeCompoundFileAPIs.cs
- mansign.cs
- SystemInformation.cs
- AnnotationService.cs
- DataBinder.cs
- XmlObjectSerializerContext.cs
- AlternationConverter.cs
- UnsafeNativeMethods.cs
- QueryCacheEntry.cs
- DocumentGridPage.cs
- SkewTransform.cs
- UnsafeNativeMethods.cs
- UriScheme.cs
- XmlAnyElementAttributes.cs
- SpinLock.cs
- SqlProviderServices.cs
- OracleParameterBinding.cs
- ListViewTableRow.cs
- SharedConnectionWorkflowTransactionService.cs
- DynamicValidatorEventArgs.cs
- DesignSurfaceCollection.cs
- PenLineCapValidation.cs
- PerfProviderCollection.cs
- SerializationInfoEnumerator.cs
- FullTextLine.cs
- SqlDataSourceStatusEventArgs.cs
- StorageComplexTypeMapping.cs
- XmlStreamStore.cs
- SizeFConverter.cs
- MessageHeaderAttribute.cs
- SqlXmlStorage.cs
- UnsafeNativeMethods.cs
- DoubleAnimation.cs
- Profiler.cs
- NativeMethods.cs
- RegistrySecurity.cs
- RawStylusActions.cs
- isolationinterop.cs
- TCPListener.cs
- RenderData.cs
- StringDictionary.cs
- MetadataArtifactLoader.cs
- HttpResponseHeader.cs
- Underline.cs
- ArraySortHelper.cs
- RegexParser.cs
- SizeAnimationUsingKeyFrames.cs
- ConnectionStringSettingsCollection.cs
- MessagePartSpecification.cs
- CardSpaceException.cs
- LayoutSettings.cs
- cookie.cs
- BitSet.cs
- TransformedBitmap.cs
- Column.cs
- EventMemberCodeDomSerializer.cs
- CountAggregationOperator.cs
- BindStream.cs
- RegionIterator.cs
- DummyDataSource.cs
- RootDesignerSerializerAttribute.cs