Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- InstancePersistence.cs
- CounterSample.cs
- RelationshipDetailsRow.cs
- GridViewDeletedEventArgs.cs
- PointHitTestResult.cs
- PageClientProxyGenerator.cs
- XmlSerializerFactory.cs
- SpecialNameAttribute.cs
- DetailsViewPagerRow.cs
- XmlQuerySequence.cs
- DocumentsTrace.cs
- InkPresenter.cs
- WindowsTreeView.cs
- BindingWorker.cs
- SQLBinaryStorage.cs
- BooleanAnimationUsingKeyFrames.cs
- OdbcParameterCollection.cs
- TypeExtensionConverter.cs
- UserControlCodeDomTreeGenerator.cs
- Int16Storage.cs
- AnnotationResource.cs
- FileNotFoundException.cs
- WebHttpSecurityModeHelper.cs
- NamespaceEmitter.cs
- FileDetails.cs
- ObjectKeyFrameCollection.cs
- D3DImage.cs
- AssociationSet.cs
- HyperLink.cs
- EndpointDiscoveryMetadata11.cs
- DecoderBestFitFallback.cs
- DetailsViewUpdateEventArgs.cs
- SchemaConstraints.cs
- EdmType.cs
- MulticastDelegate.cs
- OleAutBinder.cs
- GraphicsContainer.cs
- AnimationException.cs
- CodeTypeReference.cs
- IncrementalReadDecoders.cs
- UnsettableComboBox.cs
- FileDialog_Vista_Interop.cs
- MimePart.cs
- WebPartEditorApplyVerb.cs
- shaper.cs
- BinaryMessageFormatter.cs
- SchemaConstraints.cs
- Point4D.cs
- TransactionScopeDesigner.cs
- FileDialog_Vista_Interop.cs
- AutoScrollHelper.cs
- DocumentGridContextMenu.cs
- ViewKeyConstraint.cs
- MissingFieldException.cs
- PropertyPushdownHelper.cs
- EntityDataSourceContextCreatedEventArgs.cs
- _SSPIWrapper.cs
- PersonalizationProviderCollection.cs
- ObjectQueryProvider.cs
- TextChange.cs
- HttpHeaderCollection.cs
- ToolStripSettings.cs
- Section.cs
- DrawingVisualDrawingContext.cs
- ErrorFormatter.cs
- HtmlTable.cs
- ConversionContext.cs
- sqlnorm.cs
- MultiView.cs
- ListViewItemCollectionEditor.cs
- ScriptingAuthenticationServiceSection.cs
- AppDomainManager.cs
- HWStack.cs
- BindingExpressionBase.cs
- brushes.cs
- ValueTypeFixupInfo.cs
- HttpPostedFileWrapper.cs
- LateBoundBitmapDecoder.cs
- DataObjectSettingDataEventArgs.cs
- ServiceModelConfigurationSectionGroup.cs
- PerformanceCounterPermission.cs
- Int16.cs
- CompilerState.cs
- XmlNode.cs
- PathFigureCollection.cs
- BaseProcessor.cs
- _ServiceNameStore.cs
- RoleService.cs
- BinaryObjectReader.cs
- CookieProtection.cs
- SerializationSectionGroup.cs
- CodeDelegateCreateExpression.cs
- CallbackDebugBehavior.cs
- Perspective.cs
- StringBuilder.cs
- MenuItem.cs
- LabelLiteral.cs
- InvokeBinder.cs
- ScrollEvent.cs
- ChannelManagerBase.cs