Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Documents / PaginationProgressEventArgs.cs / 1305600 / PaginationProgressEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: PaginationProgressEventArgs.cs // // Description: PaginationProgress event. // // History: // 08/29/2005 : [....] - 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 : [....] - 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
- XmlName.cs
- LostFocusEventManager.cs
- PkcsUtils.cs
- webeventbuffer.cs
- EditCommandColumn.cs
- SimplePropertyEntry.cs
- DeploymentSection.cs
- HashHelper.cs
- XmlSchemaComplexType.cs
- DataGridAutomationPeer.cs
- ExpressionBindings.cs
- WindowsAuthenticationEventArgs.cs
- Point4DConverter.cs
- XmlIgnoreAttribute.cs
- DataGridViewColumnCollection.cs
- TreeViewEvent.cs
- DetailsViewPagerRow.cs
- OwnerDrawPropertyBag.cs
- RoutedEventHandlerInfo.cs
- PageEventArgs.cs
- CompareValidator.cs
- DbTransaction.cs
- ProfileServiceManager.cs
- HashSetDebugView.cs
- WebPartMovingEventArgs.cs
- PreservationFileWriter.cs
- QueryCursorEventArgs.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- BoundPropertyEntry.cs
- DataGridAutomationPeer.cs
- ExecutionContext.cs
- ItemCollection.cs
- GeometryDrawing.cs
- PermissionSetEnumerator.cs
- AutomationPropertyInfo.cs
- M3DUtil.cs
- ColorContextHelper.cs
- BitmapFrameEncode.cs
- HtmlTable.cs
- Mutex.cs
- MessageQueue.cs
- CompiledXpathExpr.cs
- IPAddressCollection.cs
- ContainerUtilities.cs
- PiiTraceSource.cs
- DodSequenceMerge.cs
- SineEase.cs
- DiscoveryClientChannelFactory.cs
- ElementProxy.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- PtsHelper.cs
- SqlGenerator.cs
- XmlDownloadManager.cs
- CodeTypeDeclarationCollection.cs
- Mappings.cs
- ExcCanonicalXml.cs
- MobileControlDesigner.cs
- ISessionStateStore.cs
- MemoryMappedFileSecurity.cs
- TextTreeInsertUndoUnit.cs
- DataObjectCopyingEventArgs.cs
- TraceXPathNavigator.cs
- _RequestCacheProtocol.cs
- SoapAttributes.cs
- ResXResourceSet.cs
- VarRemapper.cs
- SHA512CryptoServiceProvider.cs
- TrackingServices.cs
- PrefixQName.cs
- QuaternionAnimationBase.cs
- ModifiableIteratorCollection.cs
- MemberHolder.cs
- DesignConnection.cs
- HijriCalendar.cs
- StringConverter.cs
- ResourceExpressionBuilder.cs
- UnicastIPAddressInformationCollection.cs
- XamlToRtfWriter.cs
- HtmlEncodedRawTextWriter.cs
- ListViewSortEventArgs.cs
- DataDocumentXPathNavigator.cs
- ConfigurationPermission.cs
- CapabilitiesAssignment.cs
- TextTreeNode.cs
- HierarchicalDataBoundControlAdapter.cs
- NavigationHelper.cs
- RtfToXamlReader.cs
- CallSiteOps.cs
- ManagedCodeMarkers.cs
- MgmtConfigurationRecord.cs
- MatrixTransform.cs
- FixedDocumentPaginator.cs
- EntitySqlQueryState.cs
- ConstNode.cs
- ContourSegment.cs
- ProfileSettings.cs
- OciHandle.cs
- XPathDocumentIterator.cs
- SystemIcmpV6Statistics.cs
- MailAddress.cs