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
- UserControlParser.cs
- WebSysDescriptionAttribute.cs
- Triplet.cs
- PathNode.cs
- PropertyGroupDescription.cs
- CodeGeneratorOptions.cs
- DataKeyCollection.cs
- TextEditorDragDrop.cs
- DownloadProgressEventArgs.cs
- PerfCounters.cs
- CheckBox.cs
- FileDetails.cs
- EditingCommands.cs
- IsolatedStorage.cs
- CompoundFileIOPermission.cs
- SqlProfileProvider.cs
- SoundPlayerAction.cs
- SemanticResultKey.cs
- Helpers.cs
- ObsoleteAttribute.cs
- SoapAttributeAttribute.cs
- CalendarDateChangedEventArgs.cs
- TypeUtil.cs
- Setter.cs
- SymmetricAlgorithm.cs
- SafeEventLogWriteHandle.cs
- PropertyBuilder.cs
- XmlLanguage.cs
- Selection.cs
- _LocalDataStore.cs
- MetadataItemEmitter.cs
- Transform.cs
- OleDbErrorCollection.cs
- DbConnectionOptions.cs
- httpserverutility.cs
- XmlDocumentViewSchema.cs
- MultipartContentParser.cs
- HwndSource.cs
- EqualityComparer.cs
- QueryPageSettingsEventArgs.cs
- AssemblyUtil.cs
- HeaderCollection.cs
- EpmSyndicationContentDeSerializer.cs
- HttpWebRequest.cs
- SerializationHelper.cs
- TimeSpanParse.cs
- DocumentOrderQuery.cs
- LoopExpression.cs
- TypeExtensions.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- SymLanguageType.cs
- DataPointer.cs
- SqlGatherConsumedAliases.cs
- SymbolTable.cs
- filewebresponse.cs
- X509Certificate2Collection.cs
- KeyConstraint.cs
- AsyncOperationManager.cs
- VarInfo.cs
- HandledMouseEvent.cs
- AutomationElementCollection.cs
- PeerApplicationLaunchInfo.cs
- ImageListUtils.cs
- BlurEffect.cs
- WebServiceReceive.cs
- XmlComplianceUtil.cs
- QilName.cs
- TypefaceCollection.cs
- OrderByBuilder.cs
- BamlWriter.cs
- TransformDescriptor.cs
- DecimalFormatter.cs
- WebPartConnectionCollection.cs
- Model3D.cs
- ExtendedProperty.cs
- LockRecursionException.cs
- OdbcUtils.cs
- AssemblyCollection.cs
- ReverseInheritProperty.cs
- DataSetUtil.cs
- TrustLevel.cs
- BrowserCapabilitiesFactory.cs
- Schema.cs
- XmlSignatureManifest.cs
- XsdDataContractImporter.cs
- ConnectionPoint.cs
- DesignerCommandSet.cs
- TextHintingModeValidation.cs
- NumericUpDown.cs
- TextParagraphView.cs
- SqlDataSourceDesigner.cs
- TypeNameConverter.cs
- DateTimeConverter.cs
- ListControlActionList.cs
- PriorityBinding.cs
- IHttpResponseInternal.cs
- SyndicationFeed.cs
- TemplateKeyConverter.cs
- ReflectionPermission.cs
- CapabilitiesUse.cs