Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Documents / PagesChangedEventArgs.cs / 1 / PagesChangedEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: PagesChangedEventArgs.cs // // Description: PagesChanged event. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// PagesChanged event handler. /// public delegate void PagesChangedEventHandler(object sender, PagesChangedEventArgs e); ////// Event arguments for the PagesChanged event. /// public class PagesChangedEventArgs : EventArgs { ////// Constructor. /// /// Zero-based page number for this first page that has changed. /// Number of continuous pages changed. public PagesChangedEventArgs(int start, int count) { _start = start; _count = count; } ////// Zero-based page number for this first page that has changed. /// public int Start { get { return _start; } } ////// Number of continuous pages changed. If the number of pages affected is /// unknown, then this value will be Integer.MaxValue. /// public int Count { get { return _count; } } ////// Zero-based page number for this first page that has changed. /// private readonly int _start; ////// Number of continuous pages changed. If the number of pages affected is /// unknown, then this value will be Integer.MaxValue. /// 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: PagesChangedEventArgs.cs // // Description: PagesChanged event. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// PagesChanged event handler. /// public delegate void PagesChangedEventHandler(object sender, PagesChangedEventArgs e); ////// Event arguments for the PagesChanged event. /// public class PagesChangedEventArgs : EventArgs { ////// Constructor. /// /// Zero-based page number for this first page that has changed. /// Number of continuous pages changed. public PagesChangedEventArgs(int start, int count) { _start = start; _count = count; } ////// Zero-based page number for this first page that has changed. /// public int Start { get { return _start; } } ////// Number of continuous pages changed. If the number of pages affected is /// unknown, then this value will be Integer.MaxValue. /// public int Count { get { return _count; } } ////// Zero-based page number for this first page that has changed. /// private readonly int _start; ////// Number of continuous pages changed. If the number of pages affected is /// unknown, then this value will be Integer.MaxValue. /// 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
- Freezable.cs
- DelimitedListTraceListener.cs
- CurrencyManager.cs
- WindowsAuthenticationEventArgs.cs
- PropertyMappingExceptionEventArgs.cs
- ThreadInterruptedException.cs
- ListDependantCardsRequest.cs
- ImmutableObjectAttribute.cs
- SimpleFieldTemplateUserControl.cs
- ScriptResourceInfo.cs
- SecurityDocument.cs
- ExpandSegment.cs
- WindowsButton.cs
- DataViewManager.cs
- InlineCollection.cs
- XPathAxisIterator.cs
- TextDocumentView.cs
- XamlReader.cs
- SqlOuterApplyReducer.cs
- DrawListViewItemEventArgs.cs
- util.cs
- CustomCategoryAttribute.cs
- TextServicesLoader.cs
- ISessionStateStore.cs
- Exceptions.cs
- OutputCacheModule.cs
- CustomTypeDescriptor.cs
- GridViewCancelEditEventArgs.cs
- CompiledIdentityConstraint.cs
- ListBindingHelper.cs
- ReplyChannel.cs
- RelationshipConverter.cs
- DataRow.cs
- PagerStyle.cs
- MeasurementDCInfo.cs
- PtsPage.cs
- CompensationHandlingFilter.cs
- FilterRepeater.cs
- DataConnectionHelper.cs
- InternalCache.cs
- DataGridViewColumnCollection.cs
- TcpTransportBindingElement.cs
- CurrencyManager.cs
- PeerObject.cs
- newitemfactory.cs
- ComPlusTypeLoader.cs
- SecurityResources.cs
- StorageTypeMapping.cs
- FilterQueryOptionExpression.cs
- Application.cs
- DataControlImageButton.cs
- GradientStop.cs
- wgx_commands.cs
- MobileListItem.cs
- SignatureResourcePool.cs
- XmlSchemaSimpleContent.cs
- BevelBitmapEffect.cs
- InheritanceRules.cs
- GACMembershipCondition.cs
- TemplateBindingExpression.cs
- SecurityRuntime.cs
- ThicknessAnimation.cs
- CngAlgorithm.cs
- WizardPanel.cs
- CalendarDayButton.cs
- OdbcConnection.cs
- SmtpNetworkElement.cs
- AttributedMetaModel.cs
- Listbox.cs
- ImmComposition.cs
- WindowShowOrOpenTracker.cs
- InputMethodStateChangeEventArgs.cs
- SelectionItemProviderWrapper.cs
- InternalConfigHost.cs
- TTSEngineProxy.cs
- ToolBarPanel.cs
- PathGradientBrush.cs
- Setter.cs
- TraversalRequest.cs
- TypeAccessException.cs
- TemplatedWizardStep.cs
- MetafileHeader.cs
- NetCodeGroup.cs
- RadioButton.cs
- BinaryReader.cs
- TimelineGroup.cs
- UnsafeCollabNativeMethods.cs
- RowParagraph.cs
- PreviewPrintController.cs
- CompiledXpathExpr.cs
- SqlGenerator.cs
- SystemPens.cs
- UnauthorizedAccessException.cs
- ContentWrapperAttribute.cs
- TransformerConfigurationWizardBase.cs
- ListControlDataBindingHandler.cs
- ResourcePool.cs
- HtmlDocument.cs
- SelectionPatternIdentifiers.cs
- ObjectMemberMapping.cs