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
- JsonDeserializer.cs
- CreateParams.cs
- CodeValidator.cs
- PtsHost.cs
- ApplicationProxyInternal.cs
- HandleExceptionArgs.cs
- ObjectCloneHelper.cs
- JoinElimination.cs
- WebBaseEventKeyComparer.cs
- Zone.cs
- ReadingWritingEntityEventArgs.cs
- BmpBitmapDecoder.cs
- NetworkStream.cs
- DataControlFieldCollection.cs
- SuppressIldasmAttribute.cs
- RegexStringValidatorAttribute.cs
- FixedSOMGroup.cs
- InstanceHandleReference.cs
- DataPagerField.cs
- DummyDataSource.cs
- FieldDescriptor.cs
- ErrorHandler.cs
- AsymmetricSignatureDeformatter.cs
- SingleAnimationBase.cs
- ObjectDataSourceEventArgs.cs
- StaticSiteMapProvider.cs
- StringValueConverter.cs
- BamlLocalizer.cs
- Pens.cs
- CacheDependency.cs
- Delegate.cs
- AlignmentYValidation.cs
- DataPagerField.cs
- RenderingEventArgs.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- TextStore.cs
- DataGridItemAutomationPeer.cs
- AnnotationAdorner.cs
- QueryableDataSourceEditData.cs
- CodeAttributeArgument.cs
- ProfileGroupSettingsCollection.cs
- TextEndOfSegment.cs
- RtfControls.cs
- KerberosRequestorSecurityToken.cs
- DisplayMemberTemplateSelector.cs
- PersonalizationState.cs
- AppDomainManager.cs
- DPTypeDescriptorContext.cs
- TextLine.cs
- CodeBlockBuilder.cs
- WriteStateInfoBase.cs
- SqlDataSourceCache.cs
- ISFClipboardData.cs
- ConfigurationSchemaErrors.cs
- WebBodyFormatMessageProperty.cs
- ScrollBarAutomationPeer.cs
- Pen.cs
- DataObjectPastingEventArgs.cs
- SQLRoleProvider.cs
- TextCompositionManager.cs
- Oid.cs
- XmlSerializerImportOptions.cs
- ErrorStyle.cs
- ProtocolElementCollection.cs
- FixedTextPointer.cs
- ToolStripPanelRow.cs
- SqlClientMetaDataCollectionNames.cs
- EventlogProvider.cs
- ClusterRegistryConfigurationProvider.cs
- TranslateTransform3D.cs
- DependencyPropertyKind.cs
- CompiledXpathExpr.cs
- DelegatingConfigHost.cs
- TrackingServices.cs
- ScriptRegistrationManager.cs
- EventsTab.cs
- rsa.cs
- ObfuscationAttribute.cs
- COM2Properties.cs
- DiscoveryInnerClientManaged11.cs
- DocumentViewerConstants.cs
- DataGridViewElement.cs
- KernelTypeValidation.cs
- BaseParser.cs
- HttpWriter.cs
- DateTimeConstantAttribute.cs
- UInt32.cs
- XmlWellformedWriterHelpers.cs
- UpDownBase.cs
- PersistenceProviderFactory.cs
- PostBackOptions.cs
- LoginView.cs
- Dispatcher.cs
- OpenFileDialog.cs
- BitmapEffectGroup.cs
- AxHost.cs
- XslVisitor.cs
- Speller.cs
- IdentitySection.cs
- DBSchemaRow.cs