Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CustomAssemblyResolver.cs
- EntityType.cs
- ServiceObjectContainer.cs
- MenuStrip.cs
- UntypedNullExpression.cs
- OleDbCommand.cs
- Visual3DCollection.cs
- GradientStop.cs
- ExpressionBuilderCollection.cs
- TypeCodeDomSerializer.cs
- ZipPackage.cs
- WebConfigurationFileMap.cs
- WsatServiceAddress.cs
- Polygon.cs
- Merger.cs
- RadialGradientBrush.cs
- MethodSet.cs
- ServiceDescriptionImporter.cs
- CategoryAttribute.cs
- ToolboxCategoryItems.cs
- ReliableChannelBinder.cs
- ColumnCollection.cs
- RemoteWebConfigurationHostStream.cs
- QilList.cs
- FocusWithinProperty.cs
- TrackingServices.cs
- PeerInvitationResponse.cs
- UnsafeNativeMethodsTablet.cs
- X509WindowsSecurityToken.cs
- SafeLibraryHandle.cs
- UndoManager.cs
- GeometryHitTestResult.cs
- Guid.cs
- UserControlParser.cs
- CollectionAdapters.cs
- PassportAuthenticationModule.cs
- XD.cs
- GeneralTransformCollection.cs
- ConfigurationManagerHelperFactory.cs
- TypeGeneratedEventArgs.cs
- RectConverter.cs
- PublisherMembershipCondition.cs
- TemplateManager.cs
- AdCreatedEventArgs.cs
- CodeChecksumPragma.cs
- EntityDataSourceReferenceGroup.cs
- PeerNodeTraceRecord.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- ComboBoxDesigner.cs
- ProtocolElement.cs
- SmtpNetworkElement.cs
- WinInetCache.cs
- AlternateView.cs
- mda.cs
- XMLUtil.cs
- securitymgrsite.cs
- ZipIOCentralDirectoryBlock.cs
- ItemType.cs
- SQLDateTimeStorage.cs
- Gdiplus.cs
- Debug.cs
- HttpRequestMessageProperty.cs
- SimpleHandlerFactory.cs
- SchemaName.cs
- DataGridViewRowsAddedEventArgs.cs
- TextDecoration.cs
- SchemaElementLookUpTable.cs
- WorkflowQueue.cs
- MasterPageBuildProvider.cs
- Quaternion.cs
- CacheOutputQuery.cs
- DefaultShape.cs
- BufferCache.cs
- TypeBuilder.cs
- ScriptMethodAttribute.cs
- NameObjectCollectionBase.cs
- DrawingState.cs
- OrderedDictionaryStateHelper.cs
- Parser.cs
- CancellationToken.cs
- SubpageParaClient.cs
- TableHeaderCell.cs
- ObjectListDesigner.cs
- BaseTemplateParser.cs
- Int64KeyFrameCollection.cs
- HandledEventArgs.cs
- SemaphoreSlim.cs
- HtmlInputText.cs
- MimeWriter.cs
- ServiceOperationParameter.cs
- RsaSecurityToken.cs
- ParenthesizePropertyNameAttribute.cs
- AsyncOperation.cs
- MultiTrigger.cs
- MsmqTransportReceiveParameters.cs
- Vars.cs
- XamlVector3DCollectionSerializer.cs
- WebScriptEnablingElement.cs
- FocusTracker.cs
- DBParameter.cs