Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public GridViewPageEventArgs(int newPageIndex) { this._newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public int NewPageIndex { get { return _newPageIndex; } set { if (value < 0) { throw new ArgumentOutOfRangeException("value"); } _newPageIndex = value; } } } }Gets the index of the first new page to be displayed in the ///. /// This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UmAlQuraCalendar.cs
- XPathSelfQuery.cs
- SettingsProperty.cs
- SafeCoTaskMem.cs
- DiscoveryService.cs
- OutOfProcStateClientManager.cs
- PropertyContainer.cs
- MimePart.cs
- CapabilitiesSection.cs
- WmlTextBoxAdapter.cs
- GridItem.cs
- WebScriptServiceHostFactory.cs
- DataSourceCacheDurationConverter.cs
- DataGridAutoFormatDialog.cs
- MemberPath.cs
- BackStopAuthenticationModule.cs
- BuildDependencySet.cs
- RepeaterItem.cs
- GradientSpreadMethodValidation.cs
- UniqueEventHelper.cs
- PreviewPrintController.cs
- TemplateKeyConverter.cs
- GeometryConverter.cs
- MimeParameter.cs
- FixedSOMPage.cs
- XPathNodeInfoAtom.cs
- MasterPageBuildProvider.cs
- BaseAppDomainProtocolHandler.cs
- DropSource.cs
- XsltArgumentList.cs
- LoginUtil.cs
- PageEventArgs.cs
- Composition.cs
- COM2ComponentEditor.cs
- AppDomainFactory.cs
- ThaiBuddhistCalendar.cs
- LinqDataSourceContextData.cs
- XamlReader.cs
- TagPrefixCollection.cs
- TreeBuilder.cs
- DisplayClaim.cs
- RelationalExpressions.cs
- EpmContentDeSerializer.cs
- HtmlInputImage.cs
- MembershipSection.cs
- TracedNativeMethods.cs
- TypeHelpers.cs
- PreviewControlDesigner.cs
- HScrollBar.cs
- MethodBuilderInstantiation.cs
- ApplicationGesture.cs
- BulletDecorator.cs
- DefaultCommandExtensionCallback.cs
- HttpDebugHandler.cs
- EventSinkHelperWriter.cs
- HttpConfigurationSystem.cs
- MarginsConverter.cs
- CryptoApi.cs
- NativeMethods.cs
- OleDbConnection.cs
- TranslateTransform3D.cs
- HttpRequest.cs
- TagPrefixAttribute.cs
- Peer.cs
- TemplateBuilder.cs
- SizeAnimationClockResource.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XsdBuildProvider.cs
- PopupEventArgs.cs
- TraceContextEventArgs.cs
- UnsafeNativeMethods.cs
- EntityAdapter.cs
- RowsCopiedEventArgs.cs
- WindowsClaimSet.cs
- Color.cs
- XmlResolver.cs
- TextAnchor.cs
- SpecularMaterial.cs
- Solver.cs
- Base64Stream.cs
- TouchPoint.cs
- ActiveXSite.cs
- SessionStateModule.cs
- FontDialog.cs
- AvTraceDetails.cs
- SHA384Cng.cs
- MobileUserControlDesigner.cs
- MobileControlBuilder.cs
- Vector3D.cs
- ConfigurationLocationCollection.cs
- XmlEncodedRawTextWriter.cs
- AuthenticatingEventArgs.cs
- IPipelineRuntime.cs
- CodeDomExtensionMethods.cs
- Buffer.cs
- ChannelCredentials.cs
- HwndSourceParameters.cs
- LinearGradientBrush.cs
- XsltQilFactory.cs
- UInt32Storage.cs