Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / PageEventArgs.cs / 1305376 / PageEventArgs.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 PageEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; private int _totalRowCount; public PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; _totalRowCount = totalRowCount; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } public int TotalRowCount { get { return _totalRowCount; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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 PageEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; private int _totalRowCount; public PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; _totalRowCount = totalRowCount; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } public int TotalRowCount { get { return _totalRowCount; } } } } // 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
- Path.cs
- DPAPIProtectedConfigurationProvider.cs
- BindingListCollectionView.cs
- XmlStringTable.cs
- WindowInteractionStateTracker.cs
- FrameworkReadOnlyPropertyMetadata.cs
- PreservationFileReader.cs
- DataBoundControlHelper.cs
- DataObjectCopyingEventArgs.cs
- DropSource.cs
- ChannelSinkStacks.cs
- MimeTypeAttribute.cs
- XPathAncestorIterator.cs
- GPRECT.cs
- EntityContainerRelationshipSet.cs
- ValueType.cs
- BuildProvider.cs
- EnumConverter.cs
- WebServiceResponseDesigner.cs
- EditorPartChrome.cs
- IntranetCredentialPolicy.cs
- PartialList.cs
- SimpleExpression.cs
- SslStream.cs
- Drawing.cs
- PictureBoxDesigner.cs
- SplayTreeNode.cs
- GridViewEditEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ConcurrentBag.cs
- ResolvedKeyFrameEntry.cs
- SecurityRuntime.cs
- NetNamedPipeSecurityElement.cs
- NetworkInterface.cs
- MailAddressCollection.cs
- SqlStream.cs
- Application.cs
- _ConnectionGroup.cs
- HttpRequestWrapper.cs
- VisualStates.cs
- ContextStaticAttribute.cs
- OverloadGroupAttribute.cs
- CodeStatementCollection.cs
- ErrorWrapper.cs
- Wizard.cs
- SrgsItemList.cs
- OrthographicCamera.cs
- XhtmlBasicSelectionListAdapter.cs
- RelationshipEnd.cs
- DispatcherHookEventArgs.cs
- XmlWrappingReader.cs
- _HTTPDateParse.cs
- ProcessMonitor.cs
- MemoryMappedView.cs
- SystemMulticastIPAddressInformation.cs
- ResourcesGenerator.cs
- ResizeGrip.cs
- ControlHelper.cs
- QuaternionValueSerializer.cs
- FontNameEditor.cs
- Menu.cs
- SiteMapProvider.cs
- Vector3DCollection.cs
- DragDrop.cs
- ValueUnavailableException.cs
- ReadOnlyDataSourceView.cs
- FilteredDataSetHelper.cs
- UnsafePeerToPeerMethods.cs
- WindowsGraphics.cs
- ExtractedStateEntry.cs
- ResourceAssociationType.cs
- StateMachine.cs
- MemberMemberBinding.cs
- WorkflowItemPresenter.cs
- DynamicPropertyReader.cs
- DBBindings.cs
- KeyEvent.cs
- ClipboardData.cs
- CounterCreationDataCollection.cs
- XmlUtf8RawTextWriter.cs
- IndexerNameAttribute.cs
- ScriptServiceAttribute.cs
- AdornerDecorator.cs
- ProvidersHelper.cs
- DBCommand.cs
- RSAPKCS1SignatureFormatter.cs
- OleAutBinder.cs
- Soap.cs
- SourceItem.cs
- PriorityItem.cs
- ZoneMembershipCondition.cs
- COSERVERINFO.cs
- RunInstallerAttribute.cs
- ModelTreeEnumerator.cs
- EndOfStreamException.cs
- XmlNode.cs
- KnownBoxes.cs
- MenuItem.cs
- AnimationLayer.cs
- compensatingcollection.cs