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
- _SingleItemRequestCache.cs
- GraphicsContext.cs
- DbConnectionPoolOptions.cs
- SelectionProviderWrapper.cs
- Parameter.cs
- NavigatorInvalidBodyAccessException.cs
- FlowDocumentScrollViewer.cs
- ImageSourceValueSerializer.cs
- OleDbWrapper.cs
- Config.cs
- Number.cs
- DelegatingTypeDescriptionProvider.cs
- LookupNode.cs
- RequiredFieldValidator.cs
- ISFClipboardData.cs
- GatewayDefinition.cs
- CalendarData.cs
- SessionState.cs
- DataGridViewToolTip.cs
- InstanceData.cs
- RemoteHelper.cs
- WindowInteractionStateTracker.cs
- FormView.cs
- SignerInfo.cs
- ExtendedPropertyDescriptor.cs
- DateTimeValueSerializerContext.cs
- SqlBuilder.cs
- DesignerOptionService.cs
- FormsAuthenticationUser.cs
- ResourceManager.cs
- FormattedText.cs
- ConfigDefinitionUpdates.cs
- CommonRemoteMemoryBlock.cs
- EntityDataSource.cs
- SiteMap.cs
- SerializerDescriptor.cs
- PropertySet.cs
- BackgroundWorker.cs
- ISAPIWorkerRequest.cs
- BufferBuilder.cs
- SocketAddress.cs
- NamespaceEmitter.cs
- OrderedEnumerableRowCollection.cs
- DCSafeHandle.cs
- WebPartEditorApplyVerb.cs
- CharacterString.cs
- SHA384Managed.cs
- CodeRemoveEventStatement.cs
- StorageRoot.cs
- QueryContinueDragEvent.cs
- WebContext.cs
- CodeDomConfigurationHandler.cs
- Version.cs
- EllipseGeometry.cs
- OperationInvokerBehavior.cs
- SharedConnectionWorkflowTransactionService.cs
- Double.cs
- ImageAttributes.cs
- NavigationProperty.cs
- VectorKeyFrameCollection.cs
- localization.cs
- _NTAuthentication.cs
- SimpleTextLine.cs
- LoadedOrUnloadedOperation.cs
- ParserStack.cs
- VideoDrawing.cs
- WorkflowInstance.cs
- Section.cs
- InfoCardPolicy.cs
- ClrPerspective.cs
- InstanceDataCollectionCollection.cs
- SizeIndependentAnimationStorage.cs
- FileDetails.cs
- ColumnMapProcessor.cs
- EntityConnection.cs
- PlatformCulture.cs
- Transactions.cs
- TransformDescriptor.cs
- CodePropertyReferenceExpression.cs
- RegionIterator.cs
- SQLCharsStorage.cs
- CrossSiteScriptingValidation.cs
- GenericQueueSurrogate.cs
- ListViewTableRow.cs
- IdentitySection.cs
- SamlConditions.cs
- ProgressBarRenderer.cs
- ObjectDisposedException.cs
- EventLogWatcher.cs
- TraceLog.cs
- XmlSchemaFacet.cs
- GroupBoxAutomationPeer.cs
- BaseCollection.cs
- WebPartManagerInternals.cs
- CopyOnWriteList.cs
- ZoneButton.cs
- BitmapFrame.cs
- TimerElapsedEvenArgs.cs
- Padding.cs
- RSAOAEPKeyExchangeFormatter.cs