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
- OracleColumn.cs
- InkSerializer.cs
- ParamArrayAttribute.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- ProfessionalColors.cs
- TrustSection.cs
- ObjectQueryState.cs
- DataGridViewCellStyle.cs
- DbConnectionPoolGroup.cs
- ToolStripTextBox.cs
- TransportElement.cs
- LayoutManager.cs
- _CacheStreams.cs
- Decoder.cs
- BitmapData.cs
- XmlNode.cs
- SafeHGlobalHandleCritical.cs
- OrthographicCamera.cs
- GroupBoxRenderer.cs
- NTAccount.cs
- MsmqHostedTransportManager.cs
- TextWriterTraceListener.cs
- RestHandlerFactory.cs
- FactoryGenerator.cs
- ConfigurationSectionGroupCollection.cs
- _Rfc2616CacheValidators.cs
- DesignerActionPanel.cs
- BrowserCapabilitiesCompiler.cs
- ToolStripRendererSwitcher.cs
- PersonalizationProviderCollection.cs
- HttpUnhandledOperationInvoker.cs
- StateBag.cs
- ParentQuery.cs
- SqlAggregateChecker.cs
- ResourceDescriptionAttribute.cs
- SecurityPolicyVersion.cs
- Point3D.cs
- MsmqEncryptionAlgorithm.cs
- PolyLineSegment.cs
- RemotingClientProxy.cs
- WebPartConnectionsConfigureVerb.cs
- ExpandSegment.cs
- MobileErrorInfo.cs
- OrElse.cs
- ComplexTypeEmitter.cs
- BindValidator.cs
- NavigatorOutput.cs
- DecimalAnimation.cs
- SqlPersistenceProviderFactory.cs
- PublisherIdentityPermission.cs
- LiteralTextContainerControlBuilder.cs
- CodeDelegateInvokeExpression.cs
- WriteableBitmap.cs
- SQLInt16.cs
- listitem.cs
- PropertyPushdownHelper.cs
- ClearTypeHintValidation.cs
- TypeDescriptorContext.cs
- StylusSystemGestureEventArgs.cs
- WindowsIdentity.cs
- ObservableDictionary.cs
- SqlLiftIndependentRowExpressions.cs
- EditorZone.cs
- StructuredType.cs
- DebugControllerThread.cs
- SecurityCredentialsManager.cs
- BamlResourceDeserializer.cs
- AnimationException.cs
- BigInt.cs
- EventMappingSettings.cs
- VerificationException.cs
- StandardRuntimeEnumValidator.cs
- Light.cs
- SingleAnimation.cs
- XmlSchemaObject.cs
- Int16Storage.cs
- ListViewInsertionMark.cs
- WebBrowserSiteBase.cs
- FixedBufferAttribute.cs
- DataGridAddNewRow.cs
- NameTable.cs
- IODescriptionAttribute.cs
- IteratorFilter.cs
- DataSet.cs
- FontCacheUtil.cs
- ConsoleTraceListener.cs
- OutputCacheModule.cs
- ConstraintManager.cs
- TextEditorLists.cs
- ExtendedTransformFactory.cs
- LocalizedNameDescriptionPair.cs
- ButtonRenderer.cs
- SoundPlayerAction.cs
- CacheVirtualItemsEvent.cs
- CodeDirectionExpression.cs
- TableHeaderCell.cs
- ElementsClipboardData.cs
- GeneralTransformCollection.cs
- Splitter.cs
- ImmutableObjectAttribute.cs