Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Documents / PaginationProgressEventArgs.cs / 1 / PaginationProgressEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: PaginationProgressEventArgs.cs // // Description: PaginationProgress event. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// PaginationProgress event handler. /// public delegate void PaginationProgressEventHandler(object sender, PaginationProgressEventArgs e); ////// Event arguments for the PaginationProgress event. /// public class PaginationProgressEventArgs : EventArgs { ////// Constructor. /// /// Zero-based page number for this first page that has been paginated. /// Number of continuous pages paginated. public PaginationProgressEventArgs(int start, int count) { _start = start; _count = count; } ////// Zero-based page number for this first page that has been paginated. /// public int Start { get { return _start; } } ////// Number of continuous pages paginated. /// public int Count { get { return _count; } } ////// Zero-based page number for this first page that has been paginated. /// private readonly int _start; ////// Number of continuous pages paginated. /// private readonly int _count; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: PaginationProgressEventArgs.cs // // Description: PaginationProgress event. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// PaginationProgress event handler. /// public delegate void PaginationProgressEventHandler(object sender, PaginationProgressEventArgs e); ////// Event arguments for the PaginationProgress event. /// public class PaginationProgressEventArgs : EventArgs { ////// Constructor. /// /// Zero-based page number for this first page that has been paginated. /// Number of continuous pages paginated. public PaginationProgressEventArgs(int start, int count) { _start = start; _count = count; } ////// Zero-based page number for this first page that has been paginated. /// public int Start { get { return _start; } } ////// Number of continuous pages paginated. /// public int Count { get { return _count; } } ////// Zero-based page number for this first page that has been paginated. /// private readonly int _start; ////// Number of continuous pages paginated. /// private readonly int _count; } } // 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
- CommandDevice.cs
- FtpWebRequest.cs
- WebServiceErrorEvent.cs
- CoTaskMemUnicodeSafeHandle.cs
- RegionInfo.cs
- LambdaCompiler.Unary.cs
- Site.cs
- _ListenerRequestStream.cs
- BasicCellRelation.cs
- SettingsContext.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DefaultAssemblyResolver.cs
- ItemsChangedEventArgs.cs
- HitTestParameters3D.cs
- SubclassTypeValidator.cs
- ListBoxChrome.cs
- WmpBitmapEncoder.cs
- ResourceManagerWrapper.cs
- DesignerDataSourceView.cs
- RepeaterItem.cs
- EntityDataSourceUtil.cs
- TableItemPattern.cs
- Types.cs
- ObjectDataSourceEventArgs.cs
- XPathConvert.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- AttachmentCollection.cs
- RenderTargetBitmap.cs
- ImportContext.cs
- SharedDp.cs
- ValueQuery.cs
- ProtocolsConfigurationHandler.cs
- ValidatorCompatibilityHelper.cs
- PaperSize.cs
- ApplicationSecurityInfo.cs
- MethodCallTranslator.cs
- EntityContainerEmitter.cs
- SoapElementAttribute.cs
- XmlValidatingReader.cs
- TripleDESCryptoServiceProvider.cs
- ZoomPercentageConverter.cs
- Utils.cs
- SqlDataSourceRefreshSchemaForm.cs
- TagNameToTypeMapper.cs
- SQLMembershipProvider.cs
- BufferedWebEventProvider.cs
- UniqueIdentifierService.cs
- ColorConvertedBitmapExtension.cs
- MobileControlDesigner.cs
- CharacterString.cs
- Transform3D.cs
- PartialCachingControl.cs
- MissingMethodException.cs
- ResourceSet.cs
- MappingModelBuildProvider.cs
- DbConnectionPool.cs
- EncryptedPackageFilter.cs
- PlainXmlSerializer.cs
- ZipPackagePart.cs
- PackWebRequest.cs
- AxParameterData.cs
- ErrorTolerantObjectWriter.cs
- ErrorInfoXmlDocument.cs
- StandardOleMarshalObject.cs
- NullEntityWrapper.cs
- StorageInfo.cs
- TextParagraphCache.cs
- PeerNearMe.cs
- TCPClient.cs
- StopStoryboard.cs
- IISUnsafeMethods.cs
- HideDisabledControlAdapter.cs
- SQLByte.cs
- ColorConverter.cs
- MemberMemberBinding.cs
- UriTemplateCompoundPathSegment.cs
- DataGridAutoFormat.cs
- SplitterPanel.cs
- SendKeys.cs
- VectorAnimation.cs
- ObjectParameter.cs
- ObjectReaderCompiler.cs
- SqlBooleanMismatchVisitor.cs
- ResourceDictionaryCollection.cs
- SharedConnectionListener.cs
- LinkDesigner.cs
- LogManagementAsyncResult.cs
- ProfileService.cs
- InputLanguageCollection.cs
- HandlerBase.cs
- RefreshInfo.cs
- SqlMetaData.cs
- EqualityComparer.cs
- AssemblyCollection.cs
- DetailsView.cs
- WinCategoryAttribute.cs
- MsmqIntegrationChannelFactory.cs
- LOSFormatter.cs
- BulletChrome.cs
- SystemColorTracker.cs