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
- ping.cs
- StreamReader.cs
- Hex.cs
- WmlFormAdapter.cs
- HwndPanningFeedback.cs
- HttpHandlerAction.cs
- UIElement3DAutomationPeer.cs
- CodeTypeDeclaration.cs
- InvalidOleVariantTypeException.cs
- PageAdapter.cs
- TextTreeTextBlock.cs
- ContextActivityUtils.cs
- HijriCalendar.cs
- WindowsIdentity.cs
- IHttpResponseInternal.cs
- DataGridItem.cs
- securestring.cs
- StringOutput.cs
- HtmlUtf8RawTextWriter.cs
- ResXBuildProvider.cs
- TypeBuilder.cs
- SerializationAttributes.cs
- MemberMaps.cs
- DataObject.cs
- CorePropertiesFilter.cs
- HMACSHA1.cs
- IDReferencePropertyAttribute.cs
- COM2PropertyDescriptor.cs
- versioninfo.cs
- ApplicationFileCodeDomTreeGenerator.cs
- EntityContainer.cs
- EventMappingSettingsCollection.cs
- Underline.cs
- ServiceDiscoveryElement.cs
- ReadOnlyDictionary.cs
- CreateSequence.cs
- UmAlQuraCalendar.cs
- InnerItemCollectionView.cs
- LiteralText.cs
- _ServiceNameStore.cs
- XmlDataSource.cs
- DesignerAutoFormat.cs
- DataTableMappingCollection.cs
- QilStrConcatenator.cs
- CapabilitiesState.cs
- SHA512.cs
- OdbcCommand.cs
- LineBreak.cs
- TableItemPattern.cs
- ContextQuery.cs
- UserPersonalizationStateInfo.cs
- DataGridViewRowsRemovedEventArgs.cs
- LinearKeyFrames.cs
- ObjectDataSourceMethodEventArgs.cs
- TypeSemantics.cs
- InheritanceUI.cs
- DataBindingValueUIHandler.cs
- TreeNodeBindingCollection.cs
- XmlEntityReference.cs
- DocumentSignatureManager.cs
- Geometry.cs
- MarkerProperties.cs
- RenderContext.cs
- HandlerBase.cs
- ContentControl.cs
- SQLSingleStorage.cs
- TraceHandler.cs
- TerminatingOperationBehavior.cs
- SimpleExpression.cs
- TextElement.cs
- CellPartitioner.cs
- DefaultTraceListener.cs
- RemotingServices.cs
- KeyPressEvent.cs
- SHA1Managed.cs
- WebPartZoneCollection.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Ipv6Element.cs
- NullableLongSumAggregationOperator.cs
- UpdateTranslator.cs
- DataViewSettingCollection.cs
- SqlTypesSchemaImporter.cs
- DomainUpDown.cs
- GreaterThanOrEqual.cs
- SourceItem.cs
- regiisutil.cs
- ApplicationActivator.cs
- GridViewCommandEventArgs.cs
- StateWorkerRequest.cs
- ProfileGroupSettings.cs
- ListViewGroup.cs
- SafeArrayRankMismatchException.cs
- EntityDataSourceValidationException.cs
- DesignerVerbToolStripMenuItem.cs
- TargetPerspective.cs
- EventLogPermissionHolder.cs
- ContentDisposition.cs
- ViewGenResults.cs
- EventData.cs
- MarshalByValueComponent.cs