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
- TextEditorContextMenu.cs
- ContextBase.cs
- DetailsViewInsertEventArgs.cs
- ToolTipAutomationPeer.cs
- XmlRawWriter.cs
- ParallelSeparator.xaml.cs
- TdsValueSetter.cs
- WindowsAuthenticationModule.cs
- EncodingTable.cs
- XmlNamespaceDeclarationsAttribute.cs
- AttributeQuery.cs
- _LoggingObject.cs
- VirtualizedItemProviderWrapper.cs
- keycontainerpermission.cs
- WebBaseEventKeyComparer.cs
- WmlListAdapter.cs
- LowerCaseStringConverter.cs
- DetailsView.cs
- RSAPKCS1SignatureFormatter.cs
- WebHttpSecurityModeHelper.cs
- MessageQueueConverter.cs
- XmlElement.cs
- PaintEvent.cs
- GreenMethods.cs
- EndEvent.cs
- ServiceDescriptionData.cs
- AuthenticationModulesSection.cs
- ToolStripTemplateNode.cs
- XmlSiteMapProvider.cs
- UIElementIsland.cs
- SafeLibraryHandle.cs
- StrokeNodeOperations2.cs
- ApplicationSettingsBase.cs
- InplaceBitmapMetadataWriter.cs
- objectresult_tresulttype.cs
- TypeUtils.cs
- IOThreadTimer.cs
- StrongNameKeyPair.cs
- CustomPopupPlacement.cs
- BoolExpressionVisitors.cs
- XmlNodeChangedEventManager.cs
- FullTextState.cs
- SettingsPropertyValueCollection.cs
- X509ThumbprintKeyIdentifierClause.cs
- SoapSchemaImporter.cs
- HttpDateParse.cs
- InvokeHandlers.cs
- PresentationSource.cs
- Vector.cs
- GenerateTemporaryAssemblyTask.cs
- SchemaImporterExtension.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- NotifyInputEventArgs.cs
- CodeDomSerializerBase.cs
- ContentIterators.cs
- UserPreferenceChangedEventArgs.cs
- ExclusiveNamedPipeTransportManager.cs
- CompiledIdentityConstraint.cs
- TransactionContextValidator.cs
- SafeNativeMethods.cs
- WindowsRegion.cs
- ObjRef.cs
- NativeMethods.cs
- BitmapEffectGeneralTransform.cs
- ListView.cs
- CellRelation.cs
- UiaCoreTypesApi.cs
- LoginName.cs
- storepermissionattribute.cs
- NonClientArea.cs
- EntityDataSourceReferenceGroup.cs
- TextAction.cs
- PresentationAppDomainManager.cs
- FilterableData.cs
- SqlDataAdapter.cs
- VectorValueSerializer.cs
- ConfigXmlText.cs
- ControlEvent.cs
- SqlFormatter.cs
- TaiwanLunisolarCalendar.cs
- CursorConverter.cs
- MenuItem.cs
- TraceInternal.cs
- GridViewRowCollection.cs
- FixedNode.cs
- DataGrid.cs
- FunctionDetailsReader.cs
- NavigationWindowAutomationPeer.cs
- KeyFrames.cs
- ConfigurationElementCollection.cs
- Panel.cs
- ChtmlTextWriter.cs
- Expressions.cs
- UnorderedHashRepartitionStream.cs
- DrawingState.cs
- IpcManager.cs
- GridEntryCollection.cs
- AssemblyResourceLoader.cs
- HttpCacheVaryByContentEncodings.cs
- SafeNativeMemoryHandle.cs