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
- DetailsViewDeleteEventArgs.cs
- _PooledStream.cs
- MemoryPressure.cs
- ObjectItemLoadingSessionData.cs
- WebPartTransformer.cs
- AssemblyCollection.cs
- XmlSchemaExporter.cs
- ProcessProtocolHandler.cs
- FilteredAttributeCollection.cs
- SimpleHandlerBuildProvider.cs
- UserValidatedEventArgs.cs
- DataGridCell.cs
- TransformedBitmap.cs
- wgx_exports.cs
- TraceEventCache.cs
- DataGridItemAutomationPeer.cs
- WebPartsPersonalizationAuthorization.cs
- Logging.cs
- SessionSwitchEventArgs.cs
- NetCodeGroup.cs
- BindingWorker.cs
- RangeValueProviderWrapper.cs
- XmlSchemaAny.cs
- BackgroundFormatInfo.cs
- RowCache.cs
- CommunicationException.cs
- PersonalizationStateInfo.cs
- NetTcpSectionData.cs
- NonSerializedAttribute.cs
- ComplusEndpointConfigContainer.cs
- Attributes.cs
- RelationshipType.cs
- BufferBuilder.cs
- ListBindableAttribute.cs
- CompositeScriptReference.cs
- XmlSerializerFactory.cs
- CheckoutException.cs
- MobileCapabilities.cs
- UseManagedPresentationElement.cs
- SubstitutionList.cs
- ClientTargetCollection.cs
- ToolStripEditorManager.cs
- ContourSegment.cs
- DocumentSequence.cs
- HtmlElementCollection.cs
- WindowsButton.cs
- MimeBasePart.cs
- HttpCapabilitiesSectionHandler.cs
- ImageSource.cs
- SessionStateUtil.cs
- AddInStore.cs
- ListViewContainer.cs
- BindStream.cs
- SafeHandle.cs
- ListSortDescription.cs
- XD.cs
- XsltSettings.cs
- ProgressBarBrushConverter.cs
- NullRuntimeConfig.cs
- DataGridCommandEventArgs.cs
- TagPrefixCollection.cs
- AddingNewEventArgs.cs
- RightsManagementUser.cs
- ExpandSegment.cs
- DataControlPagerLinkButton.cs
- Sql8ConformanceChecker.cs
- BrowserCapabilitiesCompiler.cs
- CaretElement.cs
- ValidationErrorEventArgs.cs
- WebExceptionStatus.cs
- TemplateManager.cs
- WebPartDescriptionCollection.cs
- SecurityContext.cs
- UInt16Converter.cs
- Brushes.cs
- Formatter.cs
- StreamMarshaler.cs
- Mappings.cs
- MediaPlayerState.cs
- XamlRtfConverter.cs
- DbProviderFactories.cs
- BasicHttpMessageCredentialType.cs
- AlignmentYValidation.cs
- SqlErrorCollection.cs
- SchemaNames.cs
- LongValidator.cs
- RegexReplacement.cs
- CngKeyCreationParameters.cs
- Config.cs
- InkCollectionBehavior.cs
- DataGridViewCellValueEventArgs.cs
- SafeRightsManagementEnvironmentHandle.cs
- BindingGroup.cs
- WindowsListViewGroup.cs
- TypedElement.cs
- ReturnEventArgs.cs
- PrivilegedConfigurationManager.cs
- SectionXmlInfo.cs
- TextLineBreak.cs
- SmtpFailedRecipientException.cs