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
- AnnotationComponentManager.cs
- ManipulationInertiaStartingEventArgs.cs
- FormattedTextSymbols.cs
- NullableConverter.cs
- XmlSchemaComplexContentRestriction.cs
- DispatchChannelSink.cs
- ToolStripContentPanelRenderEventArgs.cs
- NonParentingControl.cs
- PropagatorResult.cs
- BindingMAnagerBase.cs
- BinaryEditor.cs
- EntitySet.cs
- AuthorizationRule.cs
- SectionUpdates.cs
- XPathNodeInfoAtom.cs
- HelpInfo.cs
- FieldBuilder.cs
- SmiXetterAccessMap.cs
- LinqDataSourceContextEventArgs.cs
- CompiledQuery.cs
- AssemblyResourceLoader.cs
- HttpAsyncResult.cs
- HttpListenerPrefixCollection.cs
- ViewCellSlot.cs
- DataSourceProvider.cs
- ChangeInterceptorAttribute.cs
- DataQuery.cs
- BooleanKeyFrameCollection.cs
- RoutedEventArgs.cs
- WebCodeGenerator.cs
- ReadOnlyPropertyMetadata.cs
- TextSerializer.cs
- ExpandCollapsePattern.cs
- MouseDevice.cs
- _TimerThread.cs
- DBPropSet.cs
- Debug.cs
- ChoiceConverter.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DataControlButton.cs
- MethodExpr.cs
- WithParamAction.cs
- XmlSchemaImport.cs
- SafeRightsManagementHandle.cs
- TableColumn.cs
- UserUseLicenseDictionaryLoader.cs
- DataGridViewAccessibleObject.cs
- ServiceObjectContainer.cs
- PropertyPanel.cs
- DataGridClipboardHelper.cs
- CommentAction.cs
- datacache.cs
- Internal.cs
- WSSecurityXXX2005.cs
- WebSysDefaultValueAttribute.cs
- BamlRecords.cs
- AssemblyAttributesGoHere.cs
- GradientStop.cs
- COMException.cs
- InvalidPrinterException.cs
- SQLBytesStorage.cs
- OutputScope.cs
- ProjectedSlot.cs
- ServiceOperation.cs
- SHA1CryptoServiceProvider.cs
- DesigntimeLicenseContextSerializer.cs
- PropertyChangedEventArgs.cs
- RichTextBoxDesigner.cs
- IisTraceListener.cs
- ScrollChrome.cs
- DoubleCollectionConverter.cs
- HandledEventArgs.cs
- ListItemConverter.cs
- BinarySerializer.cs
- GetBrowserTokenRequest.cs
- InstanceStoreQueryResult.cs
- QueryReaderSettings.cs
- smtpconnection.cs
- Operators.cs
- CommandID.cs
- XmlSchemaIdentityConstraint.cs
- Atom10FormatterFactory.cs
- SQLDecimalStorage.cs
- Triplet.cs
- DataGridRelationshipRow.cs
- cookie.cs
- FrameworkReadOnlyPropertyMetadata.cs
- InputBindingCollection.cs
- RawMouseInputReport.cs
- SecurityUtils.cs
- _TLSstream.cs
- DocumentPageHost.cs
- TemplateControlParser.cs
- Queue.cs
- WebPartCancelEventArgs.cs
- CorePropertiesFilter.cs
- ValidatingPropertiesEventArgs.cs
- Clause.cs
- SmiConnection.cs
- BitmapEffectInputData.cs