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
- ControlDesigner.cs
- _Semaphore.cs
- IsolatedStorageException.cs
- Stroke2.cs
- DataBoundControlActionList.cs
- MimeTypeAttribute.cs
- OutOfProcStateClientManager.cs
- M3DUtil.cs
- DesignerAttributeInfo.cs
- Environment.cs
- dataprotectionpermissionattribute.cs
- MemberHolder.cs
- ColumnResizeAdorner.cs
- TemplateBindingExpression.cs
- X509Utils.cs
- ResXResourceWriter.cs
- CqlParserHelpers.cs
- EncoderParameter.cs
- LineGeometry.cs
- InvariantComparer.cs
- DataGridViewTextBoxEditingControl.cs
- OleDbPropertySetGuid.cs
- SecurityBindingElement.cs
- OdbcCommandBuilder.cs
- ActivityMarkupSerializer.cs
- Rotation3DAnimation.cs
- CompositeDispatchFormatter.cs
- SystemNetHelpers.cs
- BufferModeSettings.cs
- MenuItemCollectionEditorDialog.cs
- Native.cs
- HttpModulesSection.cs
- XhtmlConformanceSection.cs
- SecureEnvironment.cs
- PropertyGridDesigner.cs
- PropertyGeneratedEventArgs.cs
- UpdateException.cs
- LayoutManager.cs
- SqlBulkCopyColumnMapping.cs
- Polygon.cs
- LogReservationCollection.cs
- WebRequestModulesSection.cs
- DataGridRowDetailsEventArgs.cs
- HandleRef.cs
- CustomTokenProvider.cs
- WaitingCursor.cs
- PlatformNotSupportedException.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Rotation3DAnimation.cs
- HandlerWithFactory.cs
- RawUIStateInputReport.cs
- ApplicationServicesHostFactory.cs
- TraceContextEventArgs.cs
- FixedTextPointer.cs
- COM2ColorConverter.cs
- ISO2022Encoding.cs
- Emitter.cs
- RSAPKCS1SignatureFormatter.cs
- DeviceContext.cs
- Rijndael.cs
- QueryOperationResponseOfT.cs
- XmlSerializationReader.cs
- WeakReferenceList.cs
- PropertyGrid.cs
- ComponentDispatcherThread.cs
- validation.cs
- CodePageEncoding.cs
- RunInstallerAttribute.cs
- ViewCellSlot.cs
- VisualCollection.cs
- WorkflowOperationInvoker.cs
- Condition.cs
- XmlQualifiedName.cs
- SpellerStatusTable.cs
- MemoryStream.cs
- InternalControlCollection.cs
- TCPListener.cs
- LinqDataSourceStatusEventArgs.cs
- MergeExecutor.cs
- MsmqTransportBindingElement.cs
- InternalBufferOverflowException.cs
- ConfigViewGenerator.cs
- Exceptions.cs
- HtmlTextArea.cs
- RunInstallerAttribute.cs
- MediaSystem.cs
- ButtonField.cs
- DbTransaction.cs
- X509WindowsSecurityToken.cs
- ListControl.cs
- JsonObjectDataContract.cs
- dataprotectionpermissionattribute.cs
- AnimatedTypeHelpers.cs
- MsmqMessage.cs
- LogFlushAsyncResult.cs
- AsymmetricKeyExchangeFormatter.cs
- SQLSingle.cs
- MissingFieldException.cs
- IncrementalCompileAnalyzer.cs
- SQLDecimalStorage.cs