Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewPageEventArgs.cs / 1 / GridViewPageEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Security.Permissions;
///
/// Provides data for
/// the
/// event.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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;
using System.Security.Permissions;
///
/// Provides data for
/// the
/// event.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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
- DataGridViewTopLeftHeaderCell.cs
- AccessDataSource.cs
- TemplateColumn.cs
- HttpWebRequest.cs
- NumericExpr.cs
- Camera.cs
- QilReplaceVisitor.cs
- HttpCapabilitiesEvaluator.cs
- HtmlContainerControl.cs
- PeerPresenceInfo.cs
- InstanceCreationEditor.cs
- ViewStateException.cs
- ByteRangeDownloader.cs
- VisualBrush.cs
- OdbcEnvironment.cs
- PeerCustomResolverSettings.cs
- ToolStripItemRenderEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- ProtocolInformationWriter.cs
- SerializationFieldInfo.cs
- ComboBoxItem.cs
- ShaderEffect.cs
- IgnoreSectionHandler.cs
- OLEDB_Util.cs
- RewritingValidator.cs
- XmlAttributeAttribute.cs
- DrawingContextDrawingContextWalker.cs
- XmlSchemaNotation.cs
- TransportOutputChannel.cs
- Activator.cs
- GPRECT.cs
- coordinator.cs
- LogRestartAreaEnumerator.cs
- XmlSchemaType.cs
- ContextProperty.cs
- IdentityHolder.cs
- MergeEnumerator.cs
- RemoteWebConfigurationHostStream.cs
- _LocalDataStore.cs
- Assembly.cs
- WaitHandleCannotBeOpenedException.cs
- SlipBehavior.cs
- EntityObject.cs
- ExpressionBuilder.cs
- CharacterHit.cs
- FontFaceLayoutInfo.cs
- QuotedStringFormatReader.cs
- HeaderLabel.cs
- VerificationAttribute.cs
- MenuItemBindingCollection.cs
- BindingCompleteEventArgs.cs
- RbTree.cs
- WizardSideBarListControlItem.cs
- FrameworkElement.cs
- controlskin.cs
- SByteConverter.cs
- PartialTrustHelpers.cs
- StreamAsIStream.cs
- Flowchart.cs
- TextCompositionManager.cs
- InfoCardProofToken.cs
- UnsafeNativeMethods.cs
- HandleCollector.cs
- NewExpression.cs
- CrossAppDomainChannel.cs
- DbDataReader.cs
- UInt16Converter.cs
- HtmlTableRow.cs
- HttpHandlerActionCollection.cs
- SystemIPv6InterfaceProperties.cs
- IdentityNotMappedException.cs
- MediaSystem.cs
- EpmTargetPathSegment.cs
- StringValueConverter.cs
- ReaderOutput.cs
- HwndTarget.cs
- IndicShape.cs
- XPathDescendantIterator.cs
- BmpBitmapDecoder.cs
- XmlSchemaSimpleContentExtension.cs
- ReaderContextStackData.cs
- PageBreakRecord.cs
- EntityDesignerUtils.cs
- FormsAuthenticationUserCollection.cs
- AttachInfo.cs
- PackagePartCollection.cs
- Point3DAnimationBase.cs
- Soap12ProtocolReflector.cs
- DescendantQuery.cs
- ConfigurationSectionGroup.cs
- OpenFileDialog.cs
- NumericUpDown.cs
- FormatException.cs
- _NestedMultipleAsyncResult.cs
- SafeFileHandle.cs
- MenuItemBinding.cs
- KeyMatchBuilder.cs
- BulletChrome.cs
- SettingsPropertyWrongTypeException.cs
- WarningException.cs