Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- SelectingProviderEventArgs.cs
- IncrementalReadDecoders.cs
- MD5CryptoServiceProvider.cs
- BinaryMessageFormatter.cs
- DiscoveryCallbackBehavior.cs
- ArglessEventHandlerProxy.cs
- AnimatedTypeHelpers.cs
- XmlBinaryReader.cs
- Pair.cs
- WebFormDesignerActionService.cs
- ClusterSafeNativeMethods.cs
- XamlToRtfWriter.cs
- DeferredReference.cs
- CodeExporter.cs
- IdentityHolder.cs
- TextEditorSelection.cs
- EFDataModelProvider.cs
- DragDropManager.cs
- ResourceDisplayNameAttribute.cs
- TouchPoint.cs
- ComplexPropertyEntry.cs
- TypeConverterHelper.cs
- X509CertificateClaimSet.cs
- KoreanCalendar.cs
- SyntaxCheck.cs
- BamlMapTable.cs
- AjaxFrameworkAssemblyAttribute.cs
- EarlyBoundInfo.cs
- InvalidDataContractException.cs
- Transform.cs
- ConnectionStringsExpressionBuilder.cs
- DataGrid.cs
- MarshalByRefObject.cs
- CodeTypeDeclaration.cs
- Light.cs
- DateTime.cs
- BaseCAMarshaler.cs
- CacheAxisQuery.cs
- TableLayoutPanelCodeDomSerializer.cs
- COAUTHINFO.cs
- SettingsProperty.cs
- MetafileHeaderWmf.cs
- WebBrowser.cs
- HierarchicalDataBoundControl.cs
- SchemaCollectionCompiler.cs
- ColumnResult.cs
- SortKey.cs
- XPathException.cs
- ProviderCollection.cs
- CriticalHandle.cs
- DoubleCollectionConverter.cs
- PointKeyFrameCollection.cs
- ComboBoxAutomationPeer.cs
- AnonymousIdentificationModule.cs
- DeclarativeCatalogPart.cs
- FontUnit.cs
- ColorBlend.cs
- TraceEventCache.cs
- SimpleHandlerBuildProvider.cs
- DetailsViewInsertEventArgs.cs
- MsmqIntegrationBindingElement.cs
- WebPartConnectionsCancelEventArgs.cs
- SmiGettersStream.cs
- DataTableTypeConverter.cs
- WebPermission.cs
- Module.cs
- Serializer.cs
- AlphaSortedEnumConverter.cs
- Debug.cs
- Formatter.cs
- CodeValidator.cs
- PropertyValueUIItem.cs
- EventMetadata.cs
- HttpCookie.cs
- ViewStateModeByIdAttribute.cs
- AsymmetricSignatureFormatter.cs
- SimpleType.cs
- WebProxyScriptElement.cs
- TypeHelpers.cs
- ConnectionManagementElement.cs
- AmbiguousMatchException.cs
- AttachmentCollection.cs
- TabletDevice.cs
- SubqueryRules.cs
- GraphicsState.cs
- DynamicRendererThreadManager.cs
- TaskFileService.cs
- SecurityElement.cs
- PKCS1MaskGenerationMethod.cs
- UserMapPath.cs
- SectionUpdates.cs
- DirectoryLocalQuery.cs
- DBDataPermission.cs
- KeyValueInternalCollection.cs
- ArrayElementGridEntry.cs
- NativeCppClassAttribute.cs
- FigureHelper.cs
- AspNetPartialTrustHelpers.cs
- SendMailErrorEventArgs.cs
- DetailsViewActionList.cs