Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ScriptControlManager.cs
- DataKeyCollection.cs
- WebPartsPersonalizationAuthorization.cs
- ComplexLine.cs
- TimeSpan.cs
- GeneratedCodeAttribute.cs
- EventLogStatus.cs
- CubicEase.cs
- HttpChannelListener.cs
- ConnectionManagementSection.cs
- QueryConverter.cs
- XPathDocumentBuilder.cs
- MarshalByRefObject.cs
- Rect.cs
- HostingEnvironmentSection.cs
- SequenceQuery.cs
- ToolStripTextBox.cs
- IdentitySection.cs
- InheritanceRules.cs
- CacheChildrenQuery.cs
- QilNode.cs
- SqlBooleanizer.cs
- DriveNotFoundException.cs
- ToolboxBitmapAttribute.cs
- PropagatorResult.cs
- GeneralTransform3DGroup.cs
- QilXmlWriter.cs
- ImageClickEventArgs.cs
- Types.cs
- Atom10FormatterFactory.cs
- UIElement3D.cs
- ObjectSecurity.cs
- WindowsGraphicsWrapper.cs
- DataComponentMethodGenerator.cs
- DeviceContext2.cs
- StringPropertyBuilder.cs
- VolatileEnlistmentMultiplexing.cs
- base64Transforms.cs
- EntityParameterCollection.cs
- OdbcConnectionPoolProviderInfo.cs
- TextEncodedRawTextWriter.cs
- LiteralControl.cs
- VisualProxy.cs
- CheckBoxField.cs
- SourceFilter.cs
- Version.cs
- DataGridViewEditingControlShowingEventArgs.cs
- PlaceHolder.cs
- SecurityResources.cs
- CacheMemory.cs
- Connector.cs
- CreateUserWizardDesigner.cs
- webeventbuffer.cs
- HierarchicalDataBoundControlAdapter.cs
- LateBoundBitmapDecoder.cs
- LoginCancelEventArgs.cs
- DependencyProperty.cs
- WindowsEditBoxRange.cs
- DynamicValidatorEventArgs.cs
- SizeConverter.cs
- Int64.cs
- sqlmetadatafactory.cs
- xsdvalidator.cs
- MatrixUtil.cs
- NumericUpDownAcceleration.cs
- BamlStream.cs
- AuditLog.cs
- DispatcherHookEventArgs.cs
- HelpOperationInvoker.cs
- GB18030Encoding.cs
- HandleCollector.cs
- BitmapPalettes.cs
- DateTimeFormat.cs
- SharedConnectionInfo.cs
- BreakRecordTable.cs
- WindowsFormsDesignerOptionService.cs
- SchemaNotation.cs
- URLMembershipCondition.cs
- RtType.cs
- IdentifierService.cs
- ObjectNotFoundException.cs
- RequestTimeoutManager.cs
- RTLAwareMessageBox.cs
- SizeAnimationClockResource.cs
- Vector.cs
- StreamWriter.cs
- LookupTables.cs
- LogSwitch.cs
- IEnumerable.cs
- ThreadSafeList.cs
- InstancePersistenceCommandException.cs
- panel.cs
- Restrictions.cs
- ScriptManagerProxy.cs
- StringAnimationUsingKeyFrames.cs
- FontWeights.cs
- Identifier.cs
- CanonicalFormWriter.cs
- activationcontext.cs
- IPAddressCollection.cs