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
- GridViewHeaderRowPresenter.cs
- BackgroundFormatInfo.cs
- DataGridViewUtilities.cs
- HashCodeCombiner.cs
- SessionPageStateSection.cs
- UserNameSecurityToken.cs
- DefaultIfEmptyQueryOperator.cs
- EntityCodeGenerator.cs
- x509utils.cs
- VarInfo.cs
- SectionXmlInfo.cs
- SafeNativeMethodsMilCoreApi.cs
- WebPartConnectionsConnectVerb.cs
- PropertyDescriptor.cs
- ServiceDescription.cs
- TabControl.cs
- Pens.cs
- XmlSchemaException.cs
- TextEditorDragDrop.cs
- StylusPointDescription.cs
- StringWriter.cs
- Expressions.cs
- Cursors.cs
- EntityParameter.cs
- EntityParameter.cs
- AddDataControlFieldDialog.cs
- StringPropertyBuilder.cs
- TextEditorSpelling.cs
- WebServiceTypeData.cs
- LicenseProviderAttribute.cs
- RegexGroupCollection.cs
- CommandHelper.cs
- SafeFileMappingHandle.cs
- HandleCollector.cs
- BehaviorEditorPart.cs
- FastEncoder.cs
- XmlJsonWriter.cs
- UrlMappingsSection.cs
- SamlAuthorizationDecisionStatement.cs
- MaterialGroup.cs
- KnowledgeBase.cs
- FunctionImportMapping.cs
- StorageBasedPackageProperties.cs
- AssociationProvider.cs
- TextRangeEditTables.cs
- DecimalStorage.cs
- DecoderNLS.cs
- ExpressionEditorAttribute.cs
- Clipboard.cs
- InstrumentationTracker.cs
- AnnotationHighlightLayer.cs
- DataGridViewSelectedCellCollection.cs
- WorkflowQueueInfo.cs
- IsolatedStorage.cs
- _LoggingObject.cs
- RemoteHelper.cs
- TextTreeObjectNode.cs
- Bitmap.cs
- SubMenuStyle.cs
- WsatTransactionFormatter.cs
- PermissionRequestEvidence.cs
- ConnectionConsumerAttribute.cs
- RequestCacheValidator.cs
- ILGenerator.cs
- GridErrorDlg.cs
- XmlUtilWriter.cs
- XsltConvert.cs
- FrameworkName.cs
- SourceInterpreter.cs
- ReadOnlyNameValueCollection.cs
- HwndProxyElementProvider.cs
- DbParameterHelper.cs
- ModelPerspective.cs
- PeerDuplexChannel.cs
- ValueType.cs
- ClonableStack.cs
- FontNamesConverter.cs
- CodeTypeDelegate.cs
- Command.cs
- SystemTcpConnection.cs
- RawKeyboardInputReport.cs
- ResourceProviderFactory.cs
- MaskedTextBox.cs
- VisualCollection.cs
- ShaderEffect.cs
- DoubleAnimationUsingKeyFrames.cs
- IPEndPointCollection.cs
- DispatcherProcessingDisabled.cs
- _HeaderInfo.cs
- UriExt.cs
- TrackingProfile.cs
- DateTimeValueSerializerContext.cs
- WebResponse.cs
- AnchoredBlock.cs
- RootProfilePropertySettingsCollection.cs
- ConstrainedDataObject.cs
- ToggleProviderWrapper.cs
- WebHttpSecurityModeHelper.cs
- DeploymentSectionCache.cs
- BitmapEffect.cs