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
- WebPartTransformer.cs
- StructureChangedEventArgs.cs
- Internal.cs
- IPCCacheManager.cs
- GACMembershipCondition.cs
- HostProtectionException.cs
- BinaryHeap.cs
- CodeSubDirectory.cs
- GeneralTransform3D.cs
- StaticExtensionConverter.cs
- Common.cs
- ConnectivityStatus.cs
- ZipIOBlockManager.cs
- HitTestResult.cs
- ProviderIncompatibleException.cs
- ReadOnlyMetadataCollection.cs
- EntityDataSourceQueryBuilder.cs
- DataGridViewHeaderCell.cs
- BamlMapTable.cs
- WebHttpBindingElement.cs
- ClientTargetSection.cs
- AttributeCollection.cs
- XmlElement.cs
- XmlSchemaElement.cs
- RadioButtonRenderer.cs
- WebPageTraceListener.cs
- NullToBooleanConverter.cs
- SessionState.cs
- CodeIdentifiers.cs
- documentation.cs
- MSAANativeProvider.cs
- MaterializeFromAtom.cs
- StringBlob.cs
- DoubleLinkListEnumerator.cs
- SQLInt16Storage.cs
- NamespaceQuery.cs
- NameValuePermission.cs
- OdbcCommand.cs
- ContentElementAutomationPeer.cs
- TextSelectionProcessor.cs
- Send.cs
- DefaultParameterValueAttribute.cs
- DataGridColumnFloatingHeader.cs
- MaskedTextBox.cs
- DataGridViewComboBoxCell.cs
- ProxyFragment.cs
- ScalarOps.cs
- entityreference_tresulttype.cs
- UriWriter.cs
- PageFunction.cs
- JavaScriptSerializer.cs
- RefreshPropertiesAttribute.cs
- OleDbDataReader.cs
- XmlLanguage.cs
- IconHelper.cs
- LogReservationCollection.cs
- SmiEventStream.cs
- HtmlForm.cs
- PropertyFilter.cs
- BooleanKeyFrameCollection.cs
- FontDialog.cs
- SoundPlayer.cs
- Utils.cs
- HttpDateParse.cs
- DetailsViewPageEventArgs.cs
- VerticalConnector.xaml.cs
- ComPlusDiagnosticTraceSchemas.cs
- WsdlInspector.cs
- UIPermission.cs
- Point3DAnimationUsingKeyFrames.cs
- OverflowException.cs
- GeneralTransform3D.cs
- JsonFormatGeneratorStatics.cs
- PinnedBufferMemoryStream.cs
- ToolBarDesigner.cs
- CharacterString.cs
- StyleTypedPropertyAttribute.cs
- CodeNamespace.cs
- DirectionalLight.cs
- xamlnodes.cs
- PrincipalPermission.cs
- FormViewDeletedEventArgs.cs
- XmlEnumAttribute.cs
- CustomAttributeFormatException.cs
- LinqDataSourceContextData.cs
- DesignerForm.cs
- HtmlContainerControl.cs
- MapPathBasedVirtualPathProvider.cs
- PropertyChangedEventManager.cs
- DATA_BLOB.cs
- PackWebResponse.cs
- StylusCaptureWithinProperty.cs
- MultiBinding.cs
- Substitution.cs
- ErrorHandler.cs
- HtmlLink.cs
- SelectedDatesCollection.cs
- NetStream.cs
- CodeIdentifier.cs
- OdbcEnvironment.cs