Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Imaging / DownloadProgressEventArgs.cs / 1 / DownloadProgressEventArgs.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: DownloadProgressEventArgs.cs // //----------------------------------------------------------------------------- namespace System.Windows.Media.Imaging { #region DownloadProgressEventArgs ////// Event args for the DownloadProgress event. /// public class DownloadProgressEventArgs : EventArgs { // Internal constructor internal DownloadProgressEventArgs(int percentComplete) { _percentComplete = percentComplete; } ////// Returns the progress between 1-100 /// public int Progress { get { return _percentComplete; } } int _percentComplete; } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: DownloadProgressEventArgs.cs // //----------------------------------------------------------------------------- namespace System.Windows.Media.Imaging { #region DownloadProgressEventArgs ////// Event args for the DownloadProgress event. /// public class DownloadProgressEventArgs : EventArgs { // Internal constructor internal DownloadProgressEventArgs(int percentComplete) { _percentComplete = percentComplete; } ////// Returns the progress between 1-100 /// public int Progress { get { return _percentComplete; } } int _percentComplete; } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicRenderer.cs
- RecordConverter.cs
- GraphicsContext.cs
- UIElementAutomationPeer.cs
- nulltextcontainer.cs
- Track.cs
- ImageMetadata.cs
- mactripleDES.cs
- ScopelessEnumAttribute.cs
- PerformanceCounterPermissionEntry.cs
- DateTimeOffset.cs
- ParserContext.cs
- EnumerableWrapperWeakToStrong.cs
- TriggerAction.cs
- GenericAuthenticationEventArgs.cs
- HttpCookie.cs
- Quaternion.cs
- ValueUnavailableException.cs
- DecimalConstantAttribute.cs
- VersionedStream.cs
- ValidationErrorCollection.cs
- SubMenuStyleCollectionEditor.cs
- BitmapEffectGroup.cs
- StrokeNode.cs
- FontStyle.cs
- ContainerUtilities.cs
- XmlSchemaException.cs
- DataGridViewSelectedRowCollection.cs
- ArrayHelper.cs
- Int64AnimationUsingKeyFrames.cs
- Pair.cs
- MetadataSerializer.cs
- Pens.cs
- TextRunTypographyProperties.cs
- WorkflowDebuggerSteppingAttribute.cs
- regiisutil.cs
- MediaCommands.cs
- StandardToolWindows.cs
- OutputCacheModule.cs
- AssemblyInfo.cs
- XmlObjectSerializerContext.cs
- Switch.cs
- LocalizedNameDescriptionPair.cs
- SchemaExporter.cs
- FormViewModeEventArgs.cs
- ErrorWebPart.cs
- SuppressMergeCheckAttribute.cs
- SponsorHelper.cs
- NameValueSectionHandler.cs
- FormatException.cs
- KeyFrames.cs
- PageMediaSize.cs
- XmlEntityReference.cs
- cookieexception.cs
- DescriptionAttribute.cs
- WorkflowExecutor.cs
- WinEventTracker.cs
- Soap.cs
- COM2FontConverter.cs
- LinearQuaternionKeyFrame.cs
- HighlightComponent.cs
- RenderCapability.cs
- DataObjectEventArgs.cs
- OdbcConnectionOpen.cs
- NameSpaceEvent.cs
- MenuItemBindingCollection.cs
- AvtEvent.cs
- StylusPlugin.cs
- ReferencedCollectionType.cs
- TextPattern.cs
- HttpCapabilitiesBase.cs
- SqlUserDefinedTypeAttribute.cs
- ApplicationActivator.cs
- ComponentCollection.cs
- TransformationRules.cs
- SqlConnectionStringBuilder.cs
- DesignerTransactionCloseEvent.cs
- PropertyGridView.cs
- DoubleAnimationClockResource.cs
- PathFigureCollection.cs
- HtmlTableRow.cs
- BackgroundWorker.cs
- WizardSideBarListControlItemEventArgs.cs
- TextView.cs
- RenderCapability.cs
- TableDetailsCollection.cs
- CustomErrorCollection.cs
- ZipIOExtraFieldElement.cs
- EFDataModelProvider.cs
- Point3DCollection.cs
- IFormattable.cs
- Walker.cs
- UnsafeNativeMethodsPenimc.cs
- SQLBinaryStorage.cs
- DiffuseMaterial.cs
- ParallelTimeline.cs
- DataGridViewCellValueEventArgs.cs
- PagerSettings.cs
- Slider.cs
- TransactionState.cs