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 / ProgressChangedEventArgs.cs / 1 / 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
- ComponentDispatcher.cs
- SQLBinaryStorage.cs
- TextCollapsingProperties.cs
- EndOfStreamException.cs
- OrthographicCamera.cs
- GenericPrincipal.cs
- ImageUrlEditor.cs
- WorkflowInstanceContextProvider.cs
- ObjectDataSourceEventArgs.cs
- JsonDataContract.cs
- FileSystemWatcher.cs
- FilteredAttributeCollection.cs
- VectorCollectionConverter.cs
- FloaterParagraph.cs
- UpDownEvent.cs
- NamedPipeTransportSecurityElement.cs
- CopyOnWriteList.cs
- PassportIdentity.cs
- Action.cs
- DataKeyArray.cs
- NamespaceInfo.cs
- WebMessageFormatHelper.cs
- DllHostedComPlusServiceHost.cs
- ShapeTypeface.cs
- FontCacheUtil.cs
- AnyReturnReader.cs
- IndexedString.cs
- TemplateKeyConverter.cs
- InkCanvasSelectionAdorner.cs
- SqlParameter.cs
- SynchronizingStream.cs
- XmlSerializerOperationGenerator.cs
- SiteOfOriginContainer.cs
- Button.cs
- TextStore.cs
- XamlInt32CollectionSerializer.cs
- EdmToObjectNamespaceMap.cs
- LogicalExpressionEditor.cs
- X509CertificateClaimSet.cs
- FigureParagraph.cs
- CompilationUtil.cs
- WorkerRequest.cs
- ToolboxService.cs
- LabelDesigner.cs
- TableCellCollection.cs
- InstanceOwnerException.cs
- SchemaNames.cs
- PolyLineSegmentFigureLogic.cs
- DomNameTable.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ConfigurationLocation.cs
- OutArgumentConverter.cs
- ToolStripDropDownClosedEventArgs.cs
- StorageConditionPropertyMapping.cs
- DataControlFieldCollection.cs
- ServerIdentity.cs
- TextReader.cs
- BindingElementCollection.cs
- WebPartMinimizeVerb.cs
- CompilerGeneratedAttribute.cs
- WebPartDescriptionCollection.cs
- ProcessHostMapPath.cs
- TextEmbeddedObject.cs
- ApplicationTrust.cs
- indexingfiltermarshaler.cs
- TraceListeners.cs
- DataGridViewRowConverter.cs
- ByteAnimationUsingKeyFrames.cs
- BoundPropertyEntry.cs
- NativeCppClassAttribute.cs
- XmlArrayItemAttribute.cs
- AssociationEndMember.cs
- TransformerInfoCollection.cs
- TextElementCollectionHelper.cs
- ITextView.cs
- _AutoWebProxyScriptHelper.cs
- ContentDisposition.cs
- MessageEventSubscriptionService.cs
- PropertyGridView.cs
- cache.cs
- ProxyHelper.cs
- GeometryModel3D.cs
- PersonalizableAttribute.cs
- HttpListenerPrefixCollection.cs
- CompilationRelaxations.cs
- ColorIndependentAnimationStorage.cs
- _LazyAsyncResult.cs
- Registry.cs
- NameSpaceEvent.cs
- WriteableOnDemandPackagePart.cs
- CompiledIdentityConstraint.cs
- WebPartRestoreVerb.cs
- Types.cs
- HMACMD5.cs
- PowerStatus.cs
- EpmCustomContentWriterNodeData.cs
- SmtpReplyReaderFactory.cs
- ArgumentElement.cs
- ASCIIEncoding.cs
- DataGridViewDataErrorEventArgs.cs