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
- DataSourceControlBuilder.cs
- Pair.cs
- ElapsedEventArgs.cs
- HtmlElementErrorEventArgs.cs
- SQLUtility.cs
- AssemblyAttributes.cs
- WebHttpSecurityElement.cs
- FtpRequestCacheValidator.cs
- XmlTextEncoder.cs
- WebPartConnectionsConnectVerb.cs
- DesignTimeXamlWriter.cs
- XmlSerializerAssemblyAttribute.cs
- ToolboxSnapDragDropEventArgs.cs
- ListBox.cs
- ProofTokenCryptoHandle.cs
- ResourceProperty.cs
- AlternationConverter.cs
- KnownTypesHelper.cs
- RootAction.cs
- InfoCardAsymmetricCrypto.cs
- BinaryReader.cs
- ScrollProperties.cs
- CursorConverter.cs
- NativeMethods.cs
- SplitContainer.cs
- XamlPathDataSerializer.cs
- FontStretches.cs
- WsatAdminException.cs
- PageAdapter.cs
- ContextStaticAttribute.cs
- WebPartPersonalization.cs
- FontFamilyIdentifier.cs
- InkCanvasFeedbackAdorner.cs
- ProgressBarHighlightConverter.cs
- MetadataPropertyvalue.cs
- ClrPerspective.cs
- NavigationWindowAutomationPeer.cs
- ToolBarButtonClickEvent.cs
- PersonalizationAdministration.cs
- DecoderFallback.cs
- ThousandthOfEmRealPoints.cs
- ProcessInfo.cs
- HtmlTableCell.cs
- ApplicationProxyInternal.cs
- ListViewGroupItemCollection.cs
- Validator.cs
- LookupBindingPropertiesAttribute.cs
- ImplicitInputBrush.cs
- WebBrowsableAttribute.cs
- DesignerCalendarAdapter.cs
- ChineseLunisolarCalendar.cs
- XmlSchema.cs
- IProvider.cs
- TdsValueSetter.cs
- DateTimeFormat.cs
- ListViewDeleteEventArgs.cs
- WpfWebRequestHelper.cs
- RectangleConverter.cs
- TreeNodeEventArgs.cs
- safex509handles.cs
- UIElement3DAutomationPeer.cs
- UserControl.cs
- ToolStripLabel.cs
- Permission.cs
- SimpleBitVector32.cs
- ClientRolePrincipal.cs
- ConfigurationValue.cs
- ConditionValidator.cs
- SubtreeProcessor.cs
- FlatButtonAppearance.cs
- KeyValuePair.cs
- XmlQueryOutput.cs
- DataBoundControl.cs
- ReflectTypeDescriptionProvider.cs
- SafeFileMappingHandle.cs
- URL.cs
- CombinedGeometry.cs
- DefaultParameterValueAttribute.cs
- CheckBox.cs
- LogAppendAsyncResult.cs
- COM2IProvidePropertyBuilderHandler.cs
- _FixedSizeReader.cs
- XmlEntity.cs
- ISAPIRuntime.cs
- CacheDependency.cs
- PlatformNotSupportedException.cs
- WebPermission.cs
- StorageEntitySetMapping.cs
- GridViewSortEventArgs.cs
- ScriptHandlerFactory.cs
- DataDocumentXPathNavigator.cs
- LayoutEvent.cs
- DocumentXPathNavigator.cs
- HostSecurityManager.cs
- DataGridViewRow.cs
- TextSegment.cs
- BufferedOutputAsyncStream.cs
- RelationshipEndMember.cs
- ActiveXContainer.cs
- Point4D.cs