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
- ToolStripPanel.cs
- WebPartExportVerb.cs
- RawStylusInputCustomDataList.cs
- DataViewSetting.cs
- SQLDateTimeStorage.cs
- DrawingState.cs
- DataGridTableStyleMappingNameEditor.cs
- TaskScheduler.cs
- Connection.cs
- HtmlForm.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ProcessHostFactoryHelper.cs
- AuthenticationModeHelper.cs
- ColorIndependentAnimationStorage.cs
- NonVisualControlAttribute.cs
- RoutedUICommand.cs
- ByteStreamMessageEncoder.cs
- FixedPageProcessor.cs
- EventNotify.cs
- AddIn.cs
- CorrelationValidator.cs
- AppSettingsExpressionEditor.cs
- WizardForm.cs
- RunClient.cs
- BitmapEffectCollection.cs
- RSAOAEPKeyExchangeFormatter.cs
- ReservationCollection.cs
- ResourceDisplayNameAttribute.cs
- MarkerProperties.cs
- FileSecurity.cs
- FlatButtonAppearance.cs
- SQLInt32Storage.cs
- DodSequenceMerge.cs
- StoragePropertyMapping.cs
- DataGridViewCell.cs
- DataListItem.cs
- XmlIncludeAttribute.cs
- CellNormalizer.cs
- ObjectItemLoadingSessionData.cs
- __TransparentProxy.cs
- Calendar.cs
- Button.cs
- PropertyInfoSet.cs
- CookieProtection.cs
- ModelTypeConverter.cs
- BamlRecords.cs
- ActiveXSite.cs
- DefaultSerializationProviderAttribute.cs
- DefaultCommandConverter.cs
- XpsImage.cs
- URLEditor.cs
- GridProviderWrapper.cs
- OLEDB_Enum.cs
- WindowsListView.cs
- UnsafeNativeMethodsTablet.cs
- ContentDisposition.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- itemelement.cs
- AxisAngleRotation3D.cs
- View.cs
- TogglePattern.cs
- EdmEntityTypeAttribute.cs
- PreloadHost.cs
- NavigatorInput.cs
- ButtonFieldBase.cs
- NotifyIcon.cs
- ControlPersister.cs
- PageContentCollection.cs
- SupportsEventValidationAttribute.cs
- TextServicesDisplayAttributePropertyRanges.cs
- SupportingTokenParameters.cs
- Util.cs
- AncillaryOps.cs
- TypeName.cs
- ReflectPropertyDescriptor.cs
- RichTextBox.cs
- ReadOnlyAttribute.cs
- GridViewRowPresenterBase.cs
- EntitySetBaseCollection.cs
- PointAnimation.cs
- DoubleConverter.cs
- InvalidOperationException.cs
- Volatile.cs
- RadioButtonDesigner.cs
- RotateTransform.cs
- ToolStripContainer.cs
- SoapClientProtocol.cs
- TransformConverter.cs
- CommandConverter.cs
- MailMessage.cs
- MatchAttribute.cs
- FileChangesMonitor.cs
- Image.cs
- ActivationServices.cs
- VisualStyleRenderer.cs
- IListConverters.cs
- ContentType.cs
- ParameterBuilder.cs
- SqlDataSource.cs
- TrackingProfileSerializer.cs