Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.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
- DrawingContext.cs
- FixedSOMTextRun.cs
- CacheMode.cs
- X509PeerCertificateElement.cs
- CodeNamespaceCollection.cs
- WeakEventManager.cs
- DataRowView.cs
- FormsAuthenticationConfiguration.cs
- CompiledAction.cs
- RegexMatch.cs
- DataFormats.cs
- SQLInt16.cs
- HttpCookiesSection.cs
- XmlAttributeAttribute.cs
- DataGridRow.cs
- ApplicationSecurityManager.cs
- KeyManager.cs
- CheckBoxRenderer.cs
- GenericUriParser.cs
- ListDictionaryInternal.cs
- SwitchAttribute.cs
- PreProcessor.cs
- EntityDataSourceStatementEditorForm.cs
- ScriptingScriptResourceHandlerSection.cs
- ResolveDuplexAsyncResult.cs
- MediaElement.cs
- _RegBlobWebProxyDataBuilder.cs
- SqlReferenceCollection.cs
- BitmapImage.cs
- UnorderedHashRepartitionStream.cs
- SslStreamSecurityBindingElement.cs
- FilteredAttributeCollection.cs
- InputMethodStateChangeEventArgs.cs
- EntityContainerEmitter.cs
- PtsPage.cs
- DurationConverter.cs
- EventLogPropertySelector.cs
- BrowserCapabilitiesFactoryBase.cs
- LogReservationCollection.cs
- DiscoveryInnerClientManaged11.cs
- CannotUnloadAppDomainException.cs
- ReflectionHelper.cs
- WindowsBrush.cs
- WindowShowOrOpenTracker.cs
- IApplicationTrustManager.cs
- TextAction.cs
- VirtualizingStackPanel.cs
- AssociationSetMetadata.cs
- CompilationRelaxations.cs
- ObjectPersistData.cs
- XmlDocument.cs
- EmbossBitmapEffect.cs
- Path.cs
- HTMLTagNameToTypeMapper.cs
- SingleKeyFrameCollection.cs
- AnonymousIdentificationSection.cs
- WindowAutomationPeer.cs
- ToolStripAdornerWindowService.cs
- validationstate.cs
- ImageAttributes.cs
- FormViewRow.cs
- ActionFrame.cs
- HierarchicalDataSourceDesigner.cs
- MetadataHelper.cs
- ExpandableObjectConverter.cs
- XamlRtfConverter.cs
- CompModSwitches.cs
- ADRoleFactory.cs
- Container.cs
- AuthenticationSection.cs
- MSAAWinEventWrap.cs
- ContainerTracking.cs
- DataDocumentXPathNavigator.cs
- FaultCallbackWrapper.cs
- Grammar.cs
- ExpressionEditor.cs
- Run.cs
- HttpCachePolicy.cs
- EmbeddedMailObjectsCollection.cs
- SafeRightsManagementEnvironmentHandle.cs
- EmptyCollection.cs
- VsPropertyGrid.cs
- SiteMap.cs
- CapabilitiesAssignment.cs
- DropShadowEffect.cs
- InnerItemCollectionView.cs
- AlternateViewCollection.cs
- QilDataSource.cs
- ParseElement.cs
- SafeSystemMetrics.cs
- GeneralTransform2DTo3DTo2D.cs
- LoadItemsEventArgs.cs
- VarInfo.cs
- UseAttributeSetsAction.cs
- Expression.cs
- EtwTrace.cs
- ButtonChrome.cs
- SqlEnums.cs
- CacheAxisQuery.cs
- Double.cs