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; ////// 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. //------------------------------------------------------------------------------ //Gets the index of the first new page to be displayed in the ///. /// This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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.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
- XmlSecureResolver.cs
- AtomEntry.cs
- EnumUnknown.cs
- SQLSingleStorage.cs
- IsolationInterop.cs
- ProtectedConfiguration.cs
- WebPartPersonalization.cs
- SafeNativeMethods.cs
- EventlogProvider.cs
- ImageAttributes.cs
- RolePrincipal.cs
- TextRangeEditTables.cs
- TextAnchor.cs
- DataSourceProvider.cs
- CssTextWriter.cs
- CheckedPointers.cs
- DesignerSelectionListAdapter.cs
- ContractCodeDomInfo.cs
- FixedSOMFixedBlock.cs
- AnnotationService.cs
- AsyncStreamReader.cs
- LassoSelectionBehavior.cs
- NetworkInformationException.cs
- RenderTargetBitmap.cs
- EventMemberCodeDomSerializer.cs
- RowUpdatingEventArgs.cs
- DataTemplate.cs
- Content.cs
- DatagridviewDisplayedBandsData.cs
- XmlAnyElementAttribute.cs
- CatalogZone.cs
- Size.cs
- CodeStatement.cs
- ChildChangedEventArgs.cs
- AbstractDataSvcMapFileLoader.cs
- Image.cs
- SplashScreen.cs
- TypeGenericEnumerableViewSchema.cs
- XmlSchemaResource.cs
- ToolBarPanel.cs
- ComponentTray.cs
- ChangeBlockUndoRecord.cs
- DataGridViewUtilities.cs
- HttpStreamMessage.cs
- TemplateManager.cs
- ApplicationException.cs
- RequestCacheManager.cs
- GenericWebPart.cs
- ItemsPresenter.cs
- GroupBox.cs
- Compilation.cs
- WebConfigurationHostFileChange.cs
- UriWriter.cs
- _FixedSizeReader.cs
- followingsibling.cs
- DocumentSchemaValidator.cs
- XmlILStorageConverter.cs
- EntityDataSourceConfigureObjectContext.cs
- RowParagraph.cs
- DocumentPageHost.cs
- EastAsianLunisolarCalendar.cs
- Function.cs
- SelectedDatesCollection.cs
- SqlOuterApplyReducer.cs
- AdornerDecorator.cs
- CardSpacePolicyElement.cs
- DataGridBoolColumn.cs
- XmlSchemaAny.cs
- EndGetFileNameFromUserRequest.cs
- GridViewDeletedEventArgs.cs
- SingleBodyParameterMessageFormatter.cs
- hresults.cs
- CodeTypeConstructor.cs
- UriTemplateVariablePathSegment.cs
- Directory.cs
- TextTreeInsertElementUndoUnit.cs
- BoundPropertyEntry.cs
- CrossContextChannel.cs
- StyleCollection.cs
- ImpersonationOption.cs
- mediaeventargs.cs
- NamespaceQuery.cs
- CalendarDataBindingHandler.cs
- EntityCommandDefinition.cs
- IconHelper.cs
- ReadWriteSpinLock.cs
- PropertyDescriptorCollection.cs
- UIPropertyMetadata.cs
- CalendarBlackoutDatesCollection.cs
- FindSimilarActivitiesVerb.cs
- ClonableStack.cs
- HybridObjectCache.cs
- StringArrayConverter.cs
- SoapAttributes.cs
- ListViewItemSelectionChangedEvent.cs
- Util.cs
- DataRowComparer.cs
- ServiceOperation.cs
- XmlDataImplementation.cs
- PhysicalOps.cs