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
- SRef.cs
- TypeUnloadedException.cs
- GACMembershipCondition.cs
- XsltContext.cs
- AddInEnvironment.cs
- DataGridTextBoxColumn.cs
- sqlcontext.cs
- DataGridViewCellStyleBuilderDialog.cs
- CustomTypeDescriptor.cs
- StringAnimationBase.cs
- MenuStrip.cs
- TargetInvocationException.cs
- UnsafeCollabNativeMethods.cs
- ComponentResourceKeyConverter.cs
- StylusCollection.cs
- BamlLocalizationDictionary.cs
- SchemaLookupTable.cs
- BoundColumn.cs
- ErrorHandler.cs
- SqlDataSourceAdvancedOptionsForm.cs
- ToolStripPanel.cs
- ConstantExpression.cs
- DataSetMappper.cs
- DataSourceControl.cs
- FacetValueContainer.cs
- RemoteCryptoTokenProvider.cs
- ModifiableIteratorCollection.cs
- PointKeyFrameCollection.cs
- BitmapMetadataBlob.cs
- BrowserCapabilitiesCompiler.cs
- PowerStatus.cs
- TransformConverter.cs
- TextRange.cs
- MetadataArtifactLoader.cs
- _AutoWebProxyScriptHelper.cs
- PlatformCulture.cs
- EditorServiceContext.cs
- MimeWriter.cs
- HttpContext.cs
- SoapIgnoreAttribute.cs
- DataSetUtil.cs
- NamedPipeTransportBindingElement.cs
- TypeValidationEventArgs.cs
- EntityDataSourceChangedEventArgs.cs
- TreeNodeConverter.cs
- InstanceDataCollection.cs
- KeyValuePairs.cs
- Adorner.cs
- RuntimeWrappedException.cs
- ColorMap.cs
- DeploymentSectionCache.cs
- VariableQuery.cs
- BitmapCacheBrush.cs
- ChangesetResponse.cs
- MobileControlBuilder.cs
- WebUtil.cs
- ApplicationId.cs
- StyleTypedPropertyAttribute.cs
- Pen.cs
- BinaryObjectInfo.cs
- CompilationUnit.cs
- TextRangeSerialization.cs
- TextReader.cs
- Cell.cs
- ByteKeyFrameCollection.cs
- URI.cs
- ColorMap.cs
- ParameterCollection.cs
- PasswordPropertyTextAttribute.cs
- BehaviorEditorPart.cs
- BufferedReadStream.cs
- ZipIOCentralDirectoryBlock.cs
- Validator.cs
- ColumnPropertiesGroup.cs
- ArgIterator.cs
- InvariantComparer.cs
- TableRowCollection.cs
- TriggerAction.cs
- ComponentManagerBroker.cs
- ValueTypeFixupInfo.cs
- ProcessProtocolHandler.cs
- RegexMatch.cs
- ProcessStartInfo.cs
- _DisconnectOverlappedAsyncResult.cs
- TextTreeFixupNode.cs
- SerializationInfo.cs
- MaterialGroup.cs
- CreatingCookieEventArgs.cs
- GuidTagList.cs
- DirectoryRedirect.cs
- ConfigurationManagerHelper.cs
- AuthenticationException.cs
- ListSortDescriptionCollection.cs
- FillRuleValidation.cs
- OdbcError.cs
- LineSegment.cs
- ListenerElementsCollection.cs
- WsiProfilesElementCollection.cs
- NumberAction.cs
- InvalidCastException.cs