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
- Convert.cs
- ObjectListFieldCollection.cs
- DataSourceCacheDurationConverter.cs
- FileDialogPermission.cs
- OneOfTypeConst.cs
- ImageListDesigner.cs
- ImmutableDispatchRuntime.cs
- InputGestureCollection.cs
- TreeViewHitTestInfo.cs
- TransactionInterop.cs
- ScriptControlDescriptor.cs
- MorphHelper.cs
- CodeDOMUtility.cs
- TableAutomationPeer.cs
- SectionInformation.cs
- FilterEventArgs.cs
- LowerCaseStringConverter.cs
- QilBinary.cs
- OleDbInfoMessageEvent.cs
- WebPartHeaderCloseVerb.cs
- StaticTextPointer.cs
- ConfigsHelper.cs
- MediaContextNotificationWindow.cs
- DataGridColumnCollection.cs
- ToolStripControlHost.cs
- Bitmap.cs
- StylusDownEventArgs.cs
- ExtractorMetadata.cs
- Zone.cs
- DefaultAssemblyResolver.cs
- ObjectItemNoOpAssemblyLoader.cs
- SoapFault.cs
- MethodBuilder.cs
- PerformanceCounterLib.cs
- CustomAttributeFormatException.cs
- AudienceUriMode.cs
- SpecialTypeDataContract.cs
- SoapEnumAttribute.cs
- WebPartConnectVerb.cs
- SystemIPAddressInformation.cs
- CheckBoxField.cs
- ResourceAttributes.cs
- LocationInfo.cs
- RIPEMD160.cs
- DataException.cs
- KeySplineConverter.cs
- EntityTypeEmitter.cs
- ConnectionManagementSection.cs
- GlobalEventManager.cs
- ErrorFormatterPage.cs
- OleDbRowUpdatingEvent.cs
- ConfigurationErrorsException.cs
- Itemizer.cs
- StringAnimationUsingKeyFrames.cs
- panel.cs
- DocumentOrderQuery.cs
- RecognitionEventArgs.cs
- COM2Properties.cs
- _ProxyChain.cs
- Exception.cs
- EntityDataSourceChangedEventArgs.cs
- CriticalHandle.cs
- QilTargetType.cs
- TimeoutConverter.cs
- FieldReference.cs
- QuerySettings.cs
- SingleAnimation.cs
- EtwTrackingParticipant.cs
- CanExecuteRoutedEventArgs.cs
- ReflectEventDescriptor.cs
- AssemblyFilter.cs
- NativeCppClassAttribute.cs
- ListChunk.cs
- ObjectTag.cs
- TabPanel.cs
- NativeMethodsOther.cs
- ParallelTimeline.cs
- ReadOnlyCollection.cs
- Matrix.cs
- ProfileProvider.cs
- ProfilePropertyNameValidator.cs
- CalendarModeChangedEventArgs.cs
- XmlSchemaSimpleTypeRestriction.cs
- DateTimePicker.cs
- TypedTableBase.cs
- ReflectionTypeLoadException.cs
- ClientSession.cs
- Fonts.cs
- DbModificationCommandTree.cs
- ReadOnlyAttribute.cs
- SymmetricKeyWrap.cs
- XhtmlBasicPhoneCallAdapter.cs
- DBNull.cs
- Lease.cs
- TypeDescriptionProvider.cs
- SafeArrayRankMismatchException.cs
- TextServicesLoader.cs
- Rect3DValueSerializer.cs
- ScriptModule.cs
- SamlAdvice.cs