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 / 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
- PersonalizationProviderCollection.cs
- InkCollectionBehavior.cs
- PrimaryKeyTypeConverter.cs
- MultipartContentParser.cs
- PropertyGridDesigner.cs
- PerformanceCounterManager.cs
- WebServiceMethodData.cs
- ArrangedElementCollection.cs
- StringValidatorAttribute.cs
- HtmlTableRowCollection.cs
- XmlMemberMapping.cs
- CodeDomExtensionMethods.cs
- BrowserInteropHelper.cs
- GlobalizationSection.cs
- ToolStripItemTextRenderEventArgs.cs
- LoginViewDesigner.cs
- ToolStripHighContrastRenderer.cs
- EditorPartCollection.cs
- ParentUndoUnit.cs
- ConfigUtil.cs
- UshortList2.cs
- TrackingConditionCollection.cs
- ConnectionInterfaceCollection.cs
- ScrollChrome.cs
- MLangCodePageEncoding.cs
- RightsManagementPermission.cs
- DataGridViewCellMouseEventArgs.cs
- PageBreakRecord.cs
- FixedSOMGroup.cs
- CodeExpressionStatement.cs
- RectangleF.cs
- RelationshipSet.cs
- BamlResourceSerializer.cs
- IdentitySection.cs
- HttpResponseWrapper.cs
- TaskScheduler.cs
- ModelUIElement3D.cs
- XmlAnyAttributeAttribute.cs
- TraceHwndHost.cs
- AuthorizationRuleCollection.cs
- WeakReferenceList.cs
- LocalizableAttribute.cs
- PictureBox.cs
- NamedPipeAppDomainProtocolHandler.cs
- LateBoundBitmapDecoder.cs
- KeyBinding.cs
- Ref.cs
- WeakReferenceList.cs
- DesignerCategoryAttribute.cs
- WebPartVerb.cs
- Compensation.cs
- VariableQuery.cs
- SelectionList.cs
- MenuItemAutomationPeer.cs
- Matrix3DStack.cs
- SystemUdpStatistics.cs
- ObjectRef.cs
- TreeNodeBinding.cs
- WindowExtensionMethods.cs
- MSG.cs
- Collection.cs
- DragDrop.cs
- DbProviderConfigurationHandler.cs
- Preprocessor.cs
- ColumnClickEvent.cs
- EDesignUtil.cs
- SetterBaseCollection.cs
- ChannelServices.cs
- InteropBitmapSource.cs
- ColumnMapVisitor.cs
- Memoizer.cs
- Latin1Encoding.cs
- XMLDiffLoader.cs
- EndPoint.cs
- SendKeys.cs
- WebPartPersonalization.cs
- TemplateComponentConnector.cs
- SqlClientWrapperSmiStreamChars.cs
- SerializationInfo.cs
- ChtmlTextWriter.cs
- StringAttributeCollection.cs
- TextServicesProperty.cs
- UserControlDesigner.cs
- XPathPatternBuilder.cs
- UnsignedPublishLicense.cs
- UrlPath.cs
- ToolStripTextBox.cs
- TemplateField.cs
- autovalidator.cs
- XmlCollation.cs
- ConfigXmlComment.cs
- UnsafeNativeMethods.cs
- BatchServiceHost.cs
- MobileCategoryAttribute.cs
- BaseResourcesBuildProvider.cs
- ContextMenuService.cs
- BamlTreeMap.cs
- TextEffectCollection.cs
- SignedXml.cs
- FullTextState.cs