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
- TypeLibConverter.cs
- ExceptionHandler.cs
- LocalizableResourceBuilder.cs
- TypeInfo.cs
- TrackingQuery.cs
- RangeValidator.cs
- GenericEnumConverter.cs
- QilReference.cs
- IntSecurity.cs
- AutoGeneratedField.cs
- ReservationNotFoundException.cs
- Link.cs
- MultiPageTextView.cs
- WindowsBrush.cs
- MethodBody.cs
- CorrelationTokenTypeConvertor.cs
- BookmarkResumptionRecord.cs
- GuidelineCollection.cs
- XamlParser.cs
- RequestStatusBarUpdateEventArgs.cs
- ContainerActivationHelper.cs
- CellParaClient.cs
- MessageSecurityProtocolFactory.cs
- NameValueConfigurationElement.cs
- XmlReader.cs
- HtmlTableRowCollection.cs
- DataGridHeaderBorder.cs
- ConfigurationManagerInternalFactory.cs
- DelegatingTypeDescriptionProvider.cs
- FlowDocumentScrollViewer.cs
- Timer.cs
- RoleGroup.cs
- LockRecoveryTask.cs
- StylusDevice.cs
- XMLSyntaxException.cs
- KnownTypesHelper.cs
- TextLine.cs
- TransformerInfo.cs
- IndependentAnimationStorage.cs
- SRGSCompiler.cs
- WinOEToolBoxItem.cs
- ExpressionBuilder.cs
- BamlRecordHelper.cs
- XmlSchemaExternal.cs
- AsyncPostBackTrigger.cs
- InvalidPrinterException.cs
- dataobject.cs
- BulletDecorator.cs
- ControlAdapter.cs
- RegexInterpreter.cs
- Point3DAnimation.cs
- CodeArrayIndexerExpression.cs
- TextServicesCompartmentContext.cs
- MobileControlsSection.cs
- SqlDataSourceView.cs
- TextRunTypographyProperties.cs
- QueryStringParameter.cs
- Int64KeyFrameCollection.cs
- RightsManagementEncryptedStream.cs
- PriorityItem.cs
- SafeMILHandle.cs
- ZipIOExtraField.cs
- BackStopAuthenticationModule.cs
- MinimizableAttributeTypeConverter.cs
- TreeNodeBindingDepthConverter.cs
- ExpressionLexer.cs
- EventRecordWrittenEventArgs.cs
- bidPrivateBase.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- BindingElement.cs
- PersonalizationState.cs
- Cursor.cs
- RsaSecurityToken.cs
- UnicodeEncoding.cs
- DataGridViewSelectedColumnCollection.cs
- EntityDataSourceContextDisposingEventArgs.cs
- CaseStatement.cs
- InstanceLockedException.cs
- ConfigXmlWhitespace.cs
- MultiView.cs
- DiscoveryUtility.cs
- HttpHandler.cs
- StrokeDescriptor.cs
- GeometryGroup.cs
- SslStreamSecurityUpgradeProvider.cs
- DataSetSchema.cs
- ListBoxChrome.cs
- ScrollContentPresenter.cs
- SafeMemoryMappedViewHandle.cs
- SQLDecimalStorage.cs
- ScrollChrome.cs
- CodeTypeMemberCollection.cs
- InstancePersistenceCommand.cs
- DivideByZeroException.cs
- _AuthenticationState.cs
- DNS.cs
- ThicknessKeyFrameCollection.cs
- CodeAttributeDeclaration.cs
- RankException.cs
- TextEncodedRawTextWriter.cs