Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BindingNavigatorDesigner.cs
- HostingEnvironmentSection.cs
- MgmtResManager.cs
- CommandConverter.cs
- InstanceLockLostException.cs
- BitmapEncoder.cs
- baseshape.cs
- MethodCallConverter.cs
- ClientSettingsProvider.cs
- WebRequestModuleElement.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SafeArrayTypeMismatchException.cs
- TokenBasedSet.cs
- CallSiteBinder.cs
- UnauthorizedAccessException.cs
- RSAOAEPKeyExchangeFormatter.cs
- DataGridRowClipboardEventArgs.cs
- DynamicResourceExtensionConverter.cs
- SqlGenericUtil.cs
- InputLangChangeRequestEvent.cs
- XmlDataLoader.cs
- StandardRuntimeEnumValidatorAttribute.cs
- Misc.cs
- Iis7Helper.cs
- ObjectQuery.cs
- GridSplitterAutomationPeer.cs
- RemoteWebConfigurationHost.cs
- _ScatterGatherBuffers.cs
- EmptyQuery.cs
- GatewayDefinition.cs
- OracleSqlParser.cs
- RequestBringIntoViewEventArgs.cs
- WebPartEditVerb.cs
- TextEditorDragDrop.cs
- TouchesOverProperty.cs
- LogReservationCollection.cs
- XmlMapping.cs
- SiteOfOriginContainer.cs
- OdbcPermission.cs
- SessionStateUtil.cs
- FixedSOMTextRun.cs
- Debug.cs
- ToolStripControlHost.cs
- Documentation.cs
- Pair.cs
- DoubleLinkList.cs
- ColumnResizeUndoUnit.cs
- DataGridViewUtilities.cs
- DataFormats.cs
- TileBrush.cs
- VisualStyleInformation.cs
- MenuBase.cs
- UndirectedGraph.cs
- PropertiesTab.cs
- RadioButtonRenderer.cs
- Graphics.cs
- WeakReference.cs
- SingleTagSectionHandler.cs
- UnsafeNativeMethods.cs
- DistributedTransactionPermission.cs
- Tracer.cs
- DateTimeParse.cs
- GeometryDrawing.cs
- DataList.cs
- FormsAuthenticationModule.cs
- TypeSource.cs
- CodeCommentStatement.cs
- AsmxEndpointPickerExtension.cs
- SQLDecimal.cs
- FileInfo.cs
- SplitterEvent.cs
- QueryMatcher.cs
- StoreAnnotationsMap.cs
- Comparer.cs
- InputScope.cs
- messageonlyhwndwrapper.cs
- OleDbStruct.cs
- UnsafeNativeMethods.cs
- MetadataArtifactLoaderCompositeResource.cs
- MediaEntryAttribute.cs
- LocalFileSettingsProvider.cs
- ProxyHelper.cs
- HtmlObjectListAdapter.cs
- NavigateEvent.cs
- Column.cs
- DescriptionAttribute.cs
- ZipIOLocalFileBlock.cs
- ServiceNameElementCollection.cs
- LinqDataSourceUpdateEventArgs.cs
- IntSecurity.cs
- BuildResult.cs
- QueryableFilterUserControl.cs
- Vector3D.cs
- OdbcErrorCollection.cs
- BinarySerializer.cs
- XmlSchemaIdentityConstraint.cs
- BroadcastEventHelper.cs
- XmlSerializer.cs
- Color.cs
- DefaultMemberAttribute.cs