Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / PagePropertiesChangingEventArgs.cs / 1305376 / PagePropertiesChangingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; using System.Web.UI; namespace System.Web.UI.WebControls { public class PagePropertiesChangingEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; public PagePropertiesChangingEventArgs(int startRowIndex, int maximumRows) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlTernaryTree.cs
- SafeHandles.cs
- EventDescriptor.cs
- DesignerView.cs
- Vector3DAnimationBase.cs
- AtlasWeb.Designer.cs
- DataServiceQueryProvider.cs
- TreeViewImageIndexConverter.cs
- Int16KeyFrameCollection.cs
- PassportAuthenticationEventArgs.cs
- BitmapEffectInputData.cs
- RequestResponse.cs
- OdbcInfoMessageEvent.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- GenericTextProperties.cs
- SynchronizationLockException.cs
- CommandTreeTypeHelper.cs
- RoamingStoreFile.cs
- CreateParams.cs
- SimplePropertyEntry.cs
- WizardStepBase.cs
- CategoryList.cs
- OleCmdHelper.cs
- XPathDescendantIterator.cs
- ResourceDefaultValueAttribute.cs
- ComponentResourceKeyConverter.cs
- DataReaderContainer.cs
- ScheduleChanges.cs
- SecureUICommand.cs
- DataTableReader.cs
- EventTask.cs
- PropertySegmentSerializer.cs
- TabOrder.cs
- HttpListenerException.cs
- ToolTipService.cs
- TextElementCollectionHelper.cs
- XmlIlTypeHelper.cs
- DataGridTextBoxColumn.cs
- SiteMapDataSourceView.cs
- CircleHotSpot.cs
- FixedSOMPageConstructor.cs
- PolyLineSegmentFigureLogic.cs
- ManifestResourceInfo.cs
- PersonalizationEntry.cs
- StickyNoteContentControl.cs
- BamlLocalizationDictionary.cs
- DelegateCompletionCallbackWrapper.cs
- MappedMetaModel.cs
- WebPart.cs
- ApplicationBuildProvider.cs
- XmlSchemaAttributeGroupRef.cs
- OpenTypeLayoutCache.cs
- ServiceModelConfigurationSectionGroup.cs
- HttpWebRequest.cs
- Composition.cs
- AudienceUriMode.cs
- TreeViewAutomationPeer.cs
- HMACMD5.cs
- QuaternionConverter.cs
- ToolStripPanelRow.cs
- XmlComplianceUtil.cs
- EventInfo.cs
- WorkflowMessageEventHandler.cs
- AbandonedMutexException.cs
- ColorTransform.cs
- QilFunction.cs
- ColorMatrix.cs
- VirtualDirectoryMappingCollection.cs
- EventDescriptor.cs
- ListParagraph.cs
- MemoryMappedFileSecurity.cs
- DocumentCollection.cs
- CellParagraph.cs
- SortKey.cs
- IdentityReference.cs
- IntSecurity.cs
- DataGridTextColumn.cs
- HttpCachePolicyElement.cs
- IncrementalHitTester.cs
- SmiRecordBuffer.cs
- ReferenceEqualityComparer.cs
- CallbackHandler.cs
- AvTrace.cs
- LogManagementAsyncResult.cs
- CellTreeNodeVisitors.cs
- AssociationSetEnd.cs
- X509PeerCertificateAuthenticationElement.cs
- ToolStripItem.cs
- SpellCheck.cs
- DataGridViewCellValidatingEventArgs.cs
- SetStoryboardSpeedRatio.cs
- Zone.cs
- TimeSpan.cs
- EllipseGeometry.cs
- XPathChildIterator.cs
- OrderedDictionary.cs
- Tuple.cs
- TypedColumnHandler.cs
- StrongNamePublicKeyBlob.cs
- WebSysDescriptionAttribute.cs