Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StateMachineAction.cs
- PersonalizableTypeEntry.cs
- BuildProvidersCompiler.cs
- TraceListener.cs
- __Error.cs
- AttributeCollection.cs
- SafeEventLogWriteHandle.cs
- RangeValueProviderWrapper.cs
- GradientStop.cs
- ArrangedElement.cs
- Clipboard.cs
- ApplicationId.cs
- RegexWorker.cs
- SiteMapDataSource.cs
- BaseCodePageEncoding.cs
- XmlUTF8TextReader.cs
- EntityPropertyMappingAttribute.cs
- Bezier.cs
- Util.cs
- InheritanceAttribute.cs
- UInt16Storage.cs
- SystemIPv6InterfaceProperties.cs
- TrustSection.cs
- ResourcePermissionBase.cs
- BufferedStream.cs
- BuildProvider.cs
- ComponentCollection.cs
- Pool.cs
- HMACSHA1.cs
- XComponentModel.cs
- ObjectViewListener.cs
- KnownIds.cs
- SymbolDocumentGenerator.cs
- PointLight.cs
- DataGridViewRowsRemovedEventArgs.cs
- SchemaMapping.cs
- DateTimeFormat.cs
- CompositionAdorner.cs
- ChildTable.cs
- COM2Enum.cs
- ContextMenuStrip.cs
- AndCondition.cs
- SqlDataSourceFilteringEventArgs.cs
- FixedStringLookup.cs
- ActivityDesignerAccessibleObject.cs
- SignatureResourceHelper.cs
- DecoderFallback.cs
- ToolBarPanel.cs
- DictionaryManager.cs
- BitmapEncoder.cs
- AnnotationResourceCollection.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- CodeEntryPointMethod.cs
- GestureRecognitionResult.cs
- TriggerBase.cs
- DataTable.cs
- DirtyTextRange.cs
- BitmapSizeOptions.cs
- BitmapMetadata.cs
- WebPartDeleteVerb.cs
- MetadataHelper.cs
- Point4DValueSerializer.cs
- JobDuplex.cs
- MultilineStringConverter.cs
- PrivilegedConfigurationManager.cs
- TimeSpanOrInfiniteValidator.cs
- ToolStripButton.cs
- ObjectListField.cs
- ParameterReplacerVisitor.cs
- TransformerInfoCollection.cs
- HtmlValidationSummaryAdapter.cs
- BuildProvider.cs
- SingleAnimationUsingKeyFrames.cs
- PolyBezierSegmentFigureLogic.cs
- PluralizationService.cs
- WinEventWrap.cs
- updatecommandorderer.cs
- ConvertTextFrag.cs
- OperationFormatUse.cs
- XmlQueryContext.cs
- IndentedTextWriter.cs
- oledbmetadatacolumnnames.cs
- ThemeableAttribute.cs
- HashMembershipCondition.cs
- DBDataPermissionAttribute.cs
- ScriptResourceHandler.cs
- RuleEngine.cs
- _LazyAsyncResult.cs
- CompilerTypeWithParams.cs
- ArraySet.cs
- ErrorFormatterPage.cs
- X509SecurityTokenAuthenticator.cs
- DBConnection.cs
- Cursors.cs
- Propagator.Evaluator.cs
- UInt16.cs
- StructuredTypeEmitter.cs
- TableDetailsCollection.cs
- DesignerCalendarAdapter.cs
- HostedTcpTransportManager.cs