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
- IntSecurity.cs
- Query.cs
- Convert.cs
- SpellerInterop.cs
- AsymmetricKeyExchangeFormatter.cs
- StringConcat.cs
- FileEnumerator.cs
- ComplexObject.cs
- AnimatedTypeHelpers.cs
- ProviderUtil.cs
- SamlAssertionKeyIdentifierClause.cs
- WindowShowOrOpenTracker.cs
- HttpClientProtocol.cs
- XmlDataSource.cs
- COM2ExtendedBrowsingHandler.cs
- PathFigureCollection.cs
- COM2PropertyPageUITypeConverter.cs
- Types.cs
- SerializerProvider.cs
- ScriptResourceHandler.cs
- FillBehavior.cs
- DataBindingCollection.cs
- FormViewCommandEventArgs.cs
- BlurBitmapEffect.cs
- serverconfig.cs
- WebServiceData.cs
- SchemaImporterExtensionElementCollection.cs
- TraceFilter.cs
- ResourceAttributes.cs
- NumberEdit.cs
- KeyedCollection.cs
- EncodingTable.cs
- EnumConverter.cs
- Executor.cs
- DocumentScope.cs
- TextBox.cs
- EventLogEntryCollection.cs
- xamlnodes.cs
- RequestCache.cs
- InternalCache.cs
- MessageQuerySet.cs
- FieldAccessException.cs
- NamespaceMapping.cs
- MembershipUser.cs
- Boolean.cs
- ReflectionUtil.cs
- GridViewEditEventArgs.cs
- ServicePointManagerElement.cs
- Win32PrintDialog.cs
- DurableMessageDispatchInspector.cs
- CodeSnippetExpression.cs
- IisTraceWebEventProvider.cs
- WorkflowOwnerAsyncResult.cs
- DetailsViewRowCollection.cs
- RequestNavigateEventArgs.cs
- ImageClickEventArgs.cs
- MergablePropertyAttribute.cs
- RelationshipEndMember.cs
- Code.cs
- DeclarativeCatalogPart.cs
- LinkAreaEditor.cs
- ArithmeticException.cs
- CodeAssignStatement.cs
- ShadowGlyph.cs
- DynamicRendererThreadManager.cs
- ClientBuildManagerCallback.cs
- ImageInfo.cs
- CodeChecksumPragma.cs
- ServiceEndpointElementCollection.cs
- CacheEntry.cs
- XmlSchemaRedefine.cs
- TagPrefixAttribute.cs
- StorageScalarPropertyMapping.cs
- SendKeys.cs
- FrameworkTemplate.cs
- HttpCapabilitiesBase.cs
- DataBoundLiteralControl.cs
- ScriptBehaviorDescriptor.cs
- ConfigurationStrings.cs
- DataRecordObjectView.cs
- ListViewSortEventArgs.cs
- UpdateManifestForBrowserApplication.cs
- CancellationHandler.cs
- XmlSchemaProviderAttribute.cs
- CaseInsensitiveOrdinalStringComparer.cs
- MethodBody.cs
- PathTooLongException.cs
- PropertyValueChangedEvent.cs
- OptimizedTemplateContent.cs
- CodeAccessSecurityEngine.cs
- SQLInt64Storage.cs
- XmlToDatasetMap.cs
- PassportAuthenticationEventArgs.cs
- ListItem.cs
- TreeNodeEventArgs.cs
- WebZone.cs
- SortFieldComparer.cs
- SqlDataSourceCache.cs
- IconBitmapDecoder.cs
- Brushes.cs