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
- GridItemPatternIdentifiers.cs
- StackBuilderSink.cs
- Win32MouseDevice.cs
- MetaDataInfo.cs
- SessionStateModule.cs
- DateTimeValueSerializer.cs
- ChildrenQuery.cs
- DetailsViewUpdateEventArgs.cs
- ProxyManager.cs
- SymDocumentType.cs
- ValueOfAction.cs
- HtmlInputReset.cs
- HttpHeaderCollection.cs
- X509Extension.cs
- ErrorFormatterPage.cs
- TrustLevelCollection.cs
- DocumentAutomationPeer.cs
- PeerContact.cs
- MonthChangedEventArgs.cs
- DisplayInformation.cs
- QilName.cs
- ConnectionManagementSection.cs
- View.cs
- EditorZone.cs
- NavigatorInput.cs
- UnsafeNativeMethods.cs
- JsonFormatGeneratorStatics.cs
- HttpStreamXmlDictionaryWriter.cs
- Rotation3DAnimation.cs
- FullTextState.cs
- Inline.cs
- BaseValidatorDesigner.cs
- MD5.cs
- ImmutablePropertyDescriptorGridEntry.cs
- SpellCheck.cs
- ThreadNeutralSemaphore.cs
- ScrollChangedEventArgs.cs
- RegexNode.cs
- ManagedIStream.cs
- DelegateTypeInfo.cs
- ToolStripKeyboardHandlingService.cs
- DoubleAnimation.cs
- UniqueIdentifierService.cs
- OLEDB_Util.cs
- CroppedBitmap.cs
- Converter.cs
- CollectionChangedEventManager.cs
- CachedCompositeFamily.cs
- ControlBuilder.cs
- Relationship.cs
- InkCanvasInnerCanvas.cs
- MemoryMappedView.cs
- AssemblyHash.cs
- ObjectItemAssemblyLoader.cs
- MeshGeometry3D.cs
- ExpressionParser.cs
- FieldDescriptor.cs
- SafeNativeMethods.cs
- HtmlInputReset.cs
- View.cs
- Soap12ProtocolReflector.cs
- XmlSerializationWriter.cs
- DataStreams.cs
- PackageFilter.cs
- AutoGeneratedFieldProperties.cs
- Condition.cs
- Graph.cs
- GridItem.cs
- RepeaterItem.cs
- NativeMethods.cs
- CodeArgumentReferenceExpression.cs
- BitHelper.cs
- ToolStripItemImageRenderEventArgs.cs
- SafeSecurityHelper.cs
- PeerEndPoint.cs
- MatrixTransform3D.cs
- LineBreak.cs
- ProgressBarBrushConverter.cs
- CommonRemoteMemoryBlock.cs
- ValueHandle.cs
- WindowsButton.cs
- SafeNativeMethods.cs
- HMACMD5.cs
- DataGridViewSortCompareEventArgs.cs
- XmlSchemaAttributeGroup.cs
- DataSourceGroupCollection.cs
- NTAccount.cs
- DriveNotFoundException.cs
- CodeSnippetExpression.cs
- AtomEntry.cs
- RawTextInputReport.cs
- unitconverter.cs
- DataGridView.cs
- iisPickupDirectory.cs
- SequentialUshortCollection.cs
- PropertyMappingExceptionEventArgs.cs
- CultureSpecificStringDictionary.cs
- DataGridRelationshipRow.cs
- TransactedReceiveData.cs
- DbProviderSpecificTypePropertyAttribute.cs