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
- ValueUnavailableException.cs
- FixUpCollection.cs
- ClearTypeHintValidation.cs
- WebReference.cs
- NamedElement.cs
- FrameworkElementAutomationPeer.cs
- FactoryRecord.cs
- ToolStripMenuItem.cs
- HttpCapabilitiesSectionHandler.cs
- DataGridViewMethods.cs
- DragCompletedEventArgs.cs
- Rotation3DAnimationUsingKeyFrames.cs
- HttpVersion.cs
- DynamicMetaObjectBinder.cs
- BadImageFormatException.cs
- TransformGroup.cs
- OracleRowUpdatingEventArgs.cs
- GridViewDeletedEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- CallContext.cs
- DragEvent.cs
- TripleDES.cs
- TableRowsCollectionEditor.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DropDownList.cs
- SHA384.cs
- MappedMetaModel.cs
- ComponentEvent.cs
- XmlMemberMapping.cs
- WsatServiceAddress.cs
- PersistenceProviderElement.cs
- ExpanderAutomationPeer.cs
- ResXResourceReader.cs
- QuadraticBezierSegment.cs
- RadialGradientBrush.cs
- TypeDependencyAttribute.cs
- FontNameEditor.cs
- XmlSchemaAttributeGroup.cs
- QuaternionRotation3D.cs
- TogglePattern.cs
- HttpResponse.cs
- DataGridViewColumnConverter.cs
- ColumnCollection.cs
- AdapterDictionary.cs
- ComplexBindingPropertiesAttribute.cs
- PropertyMapper.cs
- PriorityQueue.cs
- MultiBindingExpression.cs
- DocumentOrderQuery.cs
- LinkLabelLinkClickedEvent.cs
- UidPropertyAttribute.cs
- DurationConverter.cs
- MailHeaderInfo.cs
- ExtensionSimplifierMarkupObject.cs
- SafeNativeMethods.cs
- DependencyProperty.cs
- HTTPNotFoundHandler.cs
- PropertyGridEditorPart.cs
- AssemblyResolver.cs
- WebPartEditorApplyVerb.cs
- LoadMessageLogger.cs
- TreeViewImageKeyConverter.cs
- StreamMarshaler.cs
- Error.cs
- PrintDialogException.cs
- CanonicalizationDriver.cs
- AspProxy.cs
- ConfigurationException.cs
- MDIControlStrip.cs
- SplineQuaternionKeyFrame.cs
- EntityDesignerUtils.cs
- CollectionChangedEventManager.cs
- FixUpCollection.cs
- FloaterBaseParagraph.cs
- PropertyPathConverter.cs
- SchemaConstraints.cs
- MetaModel.cs
- TreePrinter.cs
- Transform.cs
- FieldTemplateFactory.cs
- Missing.cs
- HtmlTable.cs
- SymLanguageType.cs
- SQLBinaryStorage.cs
- FormsIdentity.cs
- RtfControlWordInfo.cs
- ConstraintCollection.cs
- FileRecordSequenceHelper.cs
- GridViewCancelEditEventArgs.cs
- CommentAction.cs
- WarningException.cs
- XmlSchemaProviderAttribute.cs
- _DigestClient.cs
- DecoderFallbackWithFailureFlag.cs
- TimeSpanStorage.cs
- CustomWebEventKey.cs
- MatrixIndependentAnimationStorage.cs
- activationcontext.cs
- Int32Storage.cs
- SafeTimerHandle.cs