Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / ProgressChangedEventArgs.cs / 1305376 / ProgressChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Security.Permissions; [HostProtection(SharedState = true)] public class ProgressChangedEventArgs : EventArgs { private readonly int progressPercentage; private readonly object userState; public ProgressChangedEventArgs(int progressPercentage, object userState) { this.progressPercentage = progressPercentage; this.userState = userState; } [ SRDescription(SR.Async_ProgressChangedEventArgs_ProgressPercentage) ] public int ProgressPercentage { get { return progressPercentage; } } [ SRDescription(SR.Async_ProgressChangedEventArgs_UserState) ] public object UserState { get { return userState; } } } } // 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 ProgressChangedEventArgs : EventArgs { private readonly int progressPercentage; private readonly object userState; public ProgressChangedEventArgs(int progressPercentage, object userState) { this.progressPercentage = progressPercentage; this.userState = userState; } [ SRDescription(SR.Async_ProgressChangedEventArgs_ProgressPercentage) ] public int ProgressPercentage { get { return progressPercentage; } } [ SRDescription(SR.Async_ProgressChangedEventArgs_UserState) ] public object UserState { get { return userState; } } } } // 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
- ToolboxBitmapAttribute.cs
- SelectionGlyphBase.cs
- DeclarativeConditionsCollection.cs
- Trigger.cs
- ToolboxBitmapAttribute.cs
- StructuralObject.cs
- BindingOperations.cs
- FileDetails.cs
- WizardPanel.cs
- FileInfo.cs
- DataContext.cs
- ControlLocalizer.cs
- DrawingDrawingContext.cs
- Int16Animation.cs
- Convert.cs
- MailMessage.cs
- EventPropertyMap.cs
- CodeDelegateCreateExpression.cs
- EncoderFallback.cs
- Queue.cs
- WebPartConnectionsConnectVerb.cs
- IndicFontClient.cs
- SmtpSection.cs
- KeyEventArgs.cs
- UnrecognizedPolicyAssertionElement.cs
- XhtmlBasicCommandAdapter.cs
- Page.cs
- WebServiceHostFactory.cs
- IndentTextWriter.cs
- HttpAsyncResult.cs
- WindowsHyperlink.cs
- XPathNode.cs
- RectangleGeometry.cs
- DbException.cs
- EUCJPEncoding.cs
- DataGridItemCollection.cs
- CodeCompiler.cs
- SecurityTokenContainer.cs
- ConfigurationManagerHelper.cs
- RegistrySecurity.cs
- EventLogConfiguration.cs
- _SafeNetHandles.cs
- RootBuilder.cs
- DataGridSortCommandEventArgs.cs
- Brush.cs
- Rect3D.cs
- MessageQueueKey.cs
- BeginGetFileNameFromUserRequest.cs
- ExpandCollapseProviderWrapper.cs
- Configuration.cs
- Number.cs
- Comparer.cs
- securestring.cs
- sqlstateclientmanager.cs
- ServiceDescription.cs
- MaskDescriptors.cs
- ZoneButton.cs
- DataProtection.cs
- ScaleTransform.cs
- ExpressionBuilderContext.cs
- MailHeaderInfo.cs
- MobileRedirect.cs
- ProcessHost.cs
- ValueQuery.cs
- MessageQueueKey.cs
- ChangeConflicts.cs
- DataGridViewCellConverter.cs
- PropertyIDSet.cs
- SeverityFilter.cs
- MULTI_QI.cs
- DEREncoding.cs
- LoginName.cs
- OpacityConverter.cs
- DefaultSettingsSection.cs
- XmlEnumAttribute.cs
- TransactionManager.cs
- ImageDrawing.cs
- ArrangedElementCollection.cs
- PasswordRecovery.cs
- RouteItem.cs
- TypeLibConverter.cs
- PageCache.cs
- xsdvalidator.cs
- MimeTypeMapper.cs
- OleDbParameter.cs
- TypedElement.cs
- ThreadWorkerController.cs
- XmlExtensionFunction.cs
- ApplicationSettingsBase.cs
- XmlWrappingReader.cs
- ResourcePart.cs
- SecurityHelper.cs
- ListMarkerLine.cs
- RectangleHotSpot.cs
- DataGridViewTextBoxEditingControl.cs
- ScrollBarRenderer.cs
- URLIdentityPermission.cs
- SoapSchemaExporter.cs
- XmlIlVisitor.cs
- PrintPreviewGraphics.cs