Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Imaging / DownloadProgressEventArgs.cs / 1305600 / 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
- ViewUtilities.cs
- FixedBufferAttribute.cs
- Point4DValueSerializer.cs
- XmlSerializerVersionAttribute.cs
- FreezableCollection.cs
- HandleRef.cs
- recordstate.cs
- DoubleCollectionConverter.cs
- IndependentAnimationStorage.cs
- ConfigsHelper.cs
- DataControlFieldCollection.cs
- NavigationExpr.cs
- SubstitutionResponseElement.cs
- OutputScopeManager.cs
- SqlCacheDependencySection.cs
- DocumentXPathNavigator.cs
- FilterElement.cs
- XmlUrlResolver.cs
- Utilities.cs
- CopyAttributesAction.cs
- WorkflowElementDialog.cs
- FunctionQuery.cs
- XmlSerializerVersionAttribute.cs
- DictionaryCustomTypeDescriptor.cs
- ParamArrayAttribute.cs
- PropertyBuilder.cs
- ProviderException.cs
- Accessors.cs
- SamlAttributeStatement.cs
- LocalServiceSecuritySettings.cs
- MetabaseServerConfig.cs
- FormsAuthenticationUserCollection.cs
- ValueTypeFixupInfo.cs
- QuaternionAnimation.cs
- ImageMetadata.cs
- StackBuilderSink.cs
- DropShadowBitmapEffect.cs
- MarshalByRefObject.cs
- FileLevelControlBuilderAttribute.cs
- XmlSchemaProviderAttribute.cs
- OutOfProcStateClientManager.cs
- DrawingContextWalker.cs
- ProgressBarBrushConverter.cs
- XmlConvert.cs
- controlskin.cs
- PerformanceCounter.cs
- TextBlockAutomationPeer.cs
- GraphicsContext.cs
- PersistenceContextEnlistment.cs
- XmlAttributeProperties.cs
- ApplicationServiceManager.cs
- PageSetupDialog.cs
- ManualResetEventSlim.cs
- DataServiceConfiguration.cs
- ProfileSettings.cs
- StylusPlugInCollection.cs
- ControlAdapter.cs
- StorageBasedPackageProperties.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DistinctQueryOperator.cs
- IgnoreFileBuildProvider.cs
- ClassHandlersStore.cs
- ClockGroup.cs
- TargetControlTypeAttribute.cs
- GeneratedCodeAttribute.cs
- FrameworkContextData.cs
- TypeDelegator.cs
- ItemCheckEvent.cs
- CodeGenerator.cs
- Sequence.cs
- AmbientProperties.cs
- ReliableSessionBindingElement.cs
- TableCellCollection.cs
- Scheduler.cs
- BaseValidator.cs
- HtmlInputButton.cs
- FormViewDeleteEventArgs.cs
- WebSysDescriptionAttribute.cs
- TraceListeners.cs
- TrackingStringDictionary.cs
- WorkflowServiceHostFactory.cs
- LowerCaseStringConverter.cs
- PartBasedPackageProperties.cs
- ObjectTag.cs
- PageFunction.cs
- SettingsSavedEventArgs.cs
- NullableFloatSumAggregationOperator.cs
- RegexCompilationInfo.cs
- ToolStripItemTextRenderEventArgs.cs
- TypeBuilder.cs
- ComplexBindingPropertiesAttribute.cs
- AnonymousIdentificationModule.cs
- DockPattern.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- FormViewUpdatedEventArgs.cs
- TableRowCollection.cs
- Transform.cs
- EtwProvider.cs
- HTTPNotFoundHandler.cs
- DataGridViewRowCancelEventArgs.cs