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
- GridPatternIdentifiers.cs
- CompositionAdorner.cs
- StyleBamlTreeBuilder.cs
- RequestCacheEntry.cs
- DataTemplate.cs
- IResourceProvider.cs
- Track.cs
- RootAction.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DataSysAttribute.cs
- FieldToken.cs
- IconConverter.cs
- StateRuntime.cs
- CharAnimationUsingKeyFrames.cs
- ToolStripContentPanel.cs
- PropertyGridView.cs
- CursorConverter.cs
- RouteTable.cs
- ReaderOutput.cs
- odbcmetadatacollectionnames.cs
- SubpageParagraph.cs
- LabelDesigner.cs
- NamespaceList.cs
- EmptyImpersonationContext.cs
- SourceSwitch.cs
- VSWCFServiceContractGenerator.cs
- PixelFormat.cs
- ConcurrentStack.cs
- ValidatingCollection.cs
- DataServiceQueryProvider.cs
- DirectoryNotFoundException.cs
- XmlSchemaAll.cs
- ProtocolsConfiguration.cs
- LinkDesigner.cs
- ZipIORawDataFileBlock.cs
- ADConnectionHelper.cs
- PointLightBase.cs
- ClientBuildManagerCallback.cs
- ErrorActivity.cs
- FormDocumentDesigner.cs
- DeclaredTypeValidator.cs
- Win32Native.cs
- AssemblyBuilder.cs
- VariableAction.cs
- MaskDesignerDialog.cs
- HtmlWindowCollection.cs
- XmlSchemaComplexContentExtension.cs
- ToolStripControlHost.cs
- InputProcessorProfilesLoader.cs
- LazyTextWriterCreator.cs
- BuilderElements.cs
- TextEditorMouse.cs
- ListView.cs
- HandleCollector.cs
- HtmlInputRadioButton.cs
- TableStyle.cs
- CellIdBoolean.cs
- PartDesigner.cs
- LinqDataSource.cs
- HandleCollector.cs
- PageRequestManager.cs
- MarkupWriter.cs
- EntityDescriptor.cs
- LogicalChannel.cs
- FormatVersion.cs
- DataViewSettingCollection.cs
- InkCanvas.cs
- HebrewCalendar.cs
- ThreadExceptionDialog.cs
- HttpConfigurationSystem.cs
- CodeRemoveEventStatement.cs
- BookmarkOptionsHelper.cs
- CharEnumerator.cs
- EventRoute.cs
- CodeTypeConstructor.cs
- CompoundFileIOPermission.cs
- FormViewModeEventArgs.cs
- FontFamilyConverter.cs
- Animatable.cs
- SchemaCollectionCompiler.cs
- UserPreferenceChangedEventArgs.cs
- FilterQuery.cs
- QueryResponse.cs
- DataGridCommandEventArgs.cs
- NameHandler.cs
- BindingElement.cs
- XmlDocument.cs
- ApplicationHost.cs
- UInt16Storage.cs
- AppearanceEditorPart.cs
- TagPrefixCollection.cs
- RequestQueue.cs
- CustomAttribute.cs
- BufferedReadStream.cs
- ObjectContext.cs
- Expressions.cs
- SimpleMailWebEventProvider.cs
- LogEntrySerialization.cs
- SerializerDescriptor.cs
- MaxMessageSizeStream.cs