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
- QilInvokeEarlyBound.cs
- XmlReader.cs
- XmlSchemaException.cs
- ClientUrlResolverWrapper.cs
- UidManager.cs
- CodeGeneratorOptions.cs
- HideDisabledControlAdapter.cs
- DiagnosticsConfiguration.cs
- BuildProvider.cs
- DataGridCellItemAutomationPeer.cs
- MessageSmuggler.cs
- XmlImplementation.cs
- FileRecordSequenceCompletedAsyncResult.cs
- MethodBody.cs
- x509store.cs
- MsdtcWrapper.cs
- ThemeConfigurationDialog.cs
- ListViewCancelEventArgs.cs
- AdCreatedEventArgs.cs
- SelectedGridItemChangedEvent.cs
- CatalogPartDesigner.cs
- MenuTracker.cs
- ServiceModelConfigurationElementCollection.cs
- SqlTrackingService.cs
- BlockCollection.cs
- XPathExpr.cs
- CapabilitiesUse.cs
- GridViewCommandEventArgs.cs
- DockPattern.cs
- MembershipSection.cs
- CheckBoxField.cs
- SqlDataSourceFilteringEventArgs.cs
- EventMap.cs
- SQLRoleProvider.cs
- DbParameterCollectionHelper.cs
- IsolationInterop.cs
- CacheHelper.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DataMember.cs
- SrgsItemList.cs
- DefaultBinder.cs
- InstanceOwner.cs
- AttributeQuery.cs
- ArrayMergeHelper.cs
- ExpressionEditorSheet.cs
- Typeface.cs
- TiffBitmapEncoder.cs
- CacheAxisQuery.cs
- InternalEnumValidator.cs
- CompilerState.cs
- ItemCollection.cs
- EventMap.cs
- ContentOperations.cs
- BinaryUtilClasses.cs
- SafeBitVector32.cs
- DBNull.cs
- WebPartZoneAutoFormat.cs
- AccessViolationException.cs
- DataGridState.cs
- XmlIgnoreAttribute.cs
- OdbcInfoMessageEvent.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- XmlSchemaObject.cs
- PageCatalogPart.cs
- XmlIterators.cs
- EncryptedPackage.cs
- returneventsaver.cs
- TargetParameterCountException.cs
- PropertyEntry.cs
- WebPart.cs
- OperatingSystem.cs
- LingerOption.cs
- DataServiceEntityAttribute.cs
- WebControl.cs
- FormViewInsertedEventArgs.cs
- TemplateContent.cs
- BindingList.cs
- SerTrace.cs
- DataServiceQuery.cs
- XmlILCommand.cs
- FixedPageProcessor.cs
- BitmapDownload.cs
- DayRenderEvent.cs
- DataBoundControlHelper.cs
- OleDbTransaction.cs
- ResourceReferenceExpression.cs
- PublishLicense.cs
- ConfigurationElement.cs
- ArrayItemReference.cs
- PrintingPermissionAttribute.cs
- PerformanceCounterPermissionEntryCollection.cs
- RuleSettings.cs
- HttpFormatExtensions.cs
- XmlCharCheckingReader.cs
- Matrix3DConverter.cs
- DefaultWorkflowTransactionService.cs
- ItemChangedEventArgs.cs
- AssemblyCollection.cs
- DispatcherExceptionFilterEventArgs.cs
- CompoundFileDeflateTransform.cs