Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewPageEventArgs.cs / 1305376 / GridViewPageEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
///
/// Provides data for
/// the
/// event.
///
public class GridViewPageEventArgs : CancelEventArgs {
private int _newPageIndex;
///
/// Initializes a new instance of the class.
///
public GridViewPageEventArgs(int newPageIndex) {
this._newPageIndex = newPageIndex;
}
///
/// Gets the index of the first new page to be displayed in the .
/// This property is read-only.
///
public int NewPageIndex {
get {
return _newPageIndex;
}
set {
if (value < 0) {
throw new ArgumentOutOfRangeException("value");
}
_newPageIndex = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
///
/// Provides data for
/// the
/// event.
///
public class GridViewPageEventArgs : CancelEventArgs {
private int _newPageIndex;
///
/// Initializes a new instance of the class.
///
public GridViewPageEventArgs(int newPageIndex) {
this._newPageIndex = newPageIndex;
}
///
/// Gets the index of the first new page to be displayed in the .
/// This property is read-only.
///
public int NewPageIndex {
get {
return _newPageIndex;
}
set {
if (value < 0) {
throw new ArgumentOutOfRangeException("value");
}
_newPageIndex = value;
}
}
}
}
// 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
- WeakReferenceEnumerator.cs
- RoutedEventArgs.cs
- ExceptionWrapper.cs
- MenuItem.cs
- ApplicationTrust.cs
- ObjectHandle.cs
- UMPAttributes.cs
- FileDialogCustomPlacesCollection.cs
- XmlEntity.cs
- sqlnorm.cs
- GridViewRowPresenterBase.cs
- X509InitiatorCertificateClientElement.cs
- TriggerCollection.cs
- SoapAttributeOverrides.cs
- StorageMappingItemCollection.cs
- JoinGraph.cs
- FormViewPageEventArgs.cs
- ScriptingProfileServiceSection.cs
- DataGridViewUtilities.cs
- XmlSigningNodeWriter.cs
- TreeNodeEventArgs.cs
- PlatformCulture.cs
- EntryIndex.cs
- ToolTipAutomationPeer.cs
- DoubleCollection.cs
- Margins.cs
- PerformanceCountersElement.cs
- ScrollBarRenderer.cs
- JavascriptCallbackResponseProperty.cs
- GeometryCollection.cs
- IisTraceWebEventProvider.cs
- ToolstripProfessionalRenderer.cs
- CharAnimationUsingKeyFrames.cs
- HTMLTextWriter.cs
- DependencyObjectType.cs
- SqlException.cs
- HandlerFactoryCache.cs
- AppDomainCompilerProxy.cs
- UmAlQuraCalendar.cs
- WebBrowserSiteBase.cs
- CodeCompiler.cs
- SerializationException.cs
- HttpModuleCollection.cs
- ProxyHelper.cs
- Animatable.cs
- ClusterSafeNativeMethods.cs
- MessagePartDescription.cs
- CombinedGeometry.cs
- NativeMethods.cs
- WorkflowMarkupSerializer.cs
- CodeThrowExceptionStatement.cs
- OracleConnectionFactory.cs
- QuaternionValueSerializer.cs
- UnsafeNativeMethodsPenimc.cs
- ColorAnimationBase.cs
- WinFormsComponentEditor.cs
- CultureMapper.cs
- ToolStripProgressBar.cs
- KernelTypeValidation.cs
- CodeGroup.cs
- SchemaTypeEmitter.cs
- ObjectRef.cs
- TripleDES.cs
- ResourcesChangeInfo.cs
- ValidationRuleCollection.cs
- ConstructorNeedsTagAttribute.cs
- MultiPageTextView.cs
- input.cs
- StrongNameIdentityPermission.cs
- _FixedSizeReader.cs
- RectangleF.cs
- CodeAccessPermission.cs
- SQLSingleStorage.cs
- WebZone.cs
- WebPartAuthorizationEventArgs.cs
- ConfigurationConverterBase.cs
- TimeIntervalCollection.cs
- ScriptControl.cs
- _HelperAsyncResults.cs
- MetaData.cs
- StateMachineWorkflowInstance.cs
- ObjectTag.cs
- TextServicesContext.cs
- DataGridViewColumn.cs
- ToolStripArrowRenderEventArgs.cs
- sqlstateclientmanager.cs
- altserialization.cs
- EntityTypeEmitter.cs
- Label.cs
- XmlQualifiedName.cs
- DataMisalignedException.cs
- MonthChangedEventArgs.cs
- SystemColorTracker.cs
- ErrorWrapper.cs
- KerberosSecurityTokenParameters.cs
- ChtmlFormAdapter.cs
- DecimalKeyFrameCollection.cs
- ScrollEvent.cs
- ServiceHostFactory.cs
- TypeValidationEventArgs.cs