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
- RestHandlerFactory.cs
- Permission.cs
- Compiler.cs
- SqlMethodAttribute.cs
- PartialCachingAttribute.cs
- WSDualHttpSecurityElement.cs
- XmlSchemaAttributeGroupRef.cs
- InheritanceAttribute.cs
- SchemaTypeEmitter.cs
- SBCSCodePageEncoding.cs
- UserControl.cs
- HwndTarget.cs
- RelationshipEndMember.cs
- FunctionImportMapping.cs
- ElementHost.cs
- HttpHandler.cs
- SafeWaitHandle.cs
- BulletedList.cs
- PageStatePersister.cs
- DBNull.cs
- UnmanagedMemoryStream.cs
- ModuleBuilder.cs
- RadialGradientBrush.cs
- TypeCollectionPropertyEditor.cs
- PropertyMapper.cs
- ElementsClipboardData.cs
- PeerPresenceInfo.cs
- VolatileResourceManager.cs
- WebPartCancelEventArgs.cs
- EntityProxyFactory.cs
- CompositionDesigner.cs
- BuildManager.cs
- ServiceReference.cs
- ScrollItemPatternIdentifiers.cs
- ReferencedType.cs
- HtmlTableCell.cs
- GlobalizationSection.cs
- DataControlCommands.cs
- ScrollViewerAutomationPeer.cs
- UITypeEditor.cs
- PopupRoot.cs
- CorrelationValidator.cs
- storagemappingitemcollection.viewdictionary.cs
- XPathPatternBuilder.cs
- XmlArrayAttribute.cs
- FlowDocumentScrollViewer.cs
- DbMetaDataCollectionNames.cs
- ExpressionBuilderContext.cs
- PlainXmlDeserializer.cs
- PromptStyle.cs
- ItemsPanelTemplate.cs
- TrailingSpaceComparer.cs
- ValueUtilsSmi.cs
- DataGridToolTip.cs
- GroupBox.cs
- TdsParserSafeHandles.cs
- SystemMulticastIPAddressInformation.cs
- Helpers.cs
- RegexGroup.cs
- DataSourceConverter.cs
- InternalBufferOverflowException.cs
- XpsDigitalSignature.cs
- SourceSwitch.cs
- ImageButton.cs
- SynchronizedInputAdaptor.cs
- ContractNamespaceAttribute.cs
- ClientSettingsProvider.cs
- DesignerCommandSet.cs
- QueueNameHelper.cs
- HostingEnvironmentWrapper.cs
- DesignerMetadata.cs
- DesignerOptions.cs
- Dictionary.cs
- TabletDevice.cs
- XmlNullResolver.cs
- NamedElement.cs
- _SslState.cs
- XamlStream.cs
- AssemblyBuilder.cs
- figurelength.cs
- WinInetCache.cs
- TextBox.cs
- ExpandableObjectConverter.cs
- safex509handles.cs
- TiffBitmapDecoder.cs
- PartialTrustVisibleAssembliesSection.cs
- PageAdapter.cs
- NullableLongSumAggregationOperator.cs
- AddressHeaderCollection.cs
- COM2PropertyDescriptor.cs
- FileDataSourceCache.cs
- StringSource.cs
- HtmlButton.cs
- HtmlTernaryTree.cs
- VectorAnimationBase.cs
- smtpconnection.cs
- ErrorCodes.cs
- ModelFunctionTypeElement.cs
- SqlProviderServices.cs
- DataGridViewLinkCell.cs