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
- TreeNodeStyleCollection.cs
- SymDocumentType.cs
- ReflectionTypeLoadException.cs
- ListDataBindEventArgs.cs
- CompilerWrapper.cs
- EraserBehavior.cs
- NavigationWindowAutomationPeer.cs
- ProgressiveCrcCalculatingStream.cs
- EntityParameterCollection.cs
- ModelUIElement3D.cs
- ReplyAdapterChannelListener.cs
- commandenforcer.cs
- TokenBasedSetEnumerator.cs
- SchemeSettingElementCollection.cs
- LinkButton.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- DesigntimeLicenseContext.cs
- Button.cs
- CodeAccessSecurityEngine.cs
- ExtensionQuery.cs
- DataGridItemEventArgs.cs
- MethodRental.cs
- AnimationStorage.cs
- FontSizeConverter.cs
- DataRowComparer.cs
- MulticastDelegate.cs
- WmfPlaceableFileHeader.cs
- PopOutPanel.cs
- OdbcDataReader.cs
- Range.cs
- AutomationProperty.cs
- ApplicationDirectory.cs
- ObjectItemCollection.cs
- NotSupportedException.cs
- BindingNavigator.cs
- OutputWindow.cs
- ToolTipAutomationPeer.cs
- DetailsViewInsertedEventArgs.cs
- PointCollection.cs
- Guid.cs
- ScalarRestriction.cs
- AvtEvent.cs
- WebPartManagerInternals.cs
- NavigationFailedEventArgs.cs
- SqlFlattener.cs
- Brush.cs
- FramingChannels.cs
- Schema.cs
- ColumnTypeConverter.cs
- SqlNotificationRequest.cs
- ResXBuildProvider.cs
- Utils.cs
- MoveSizeWinEventHandler.cs
- MaterialGroup.cs
- HandoffBehavior.cs
- MemberInitExpression.cs
- ValidatingReaderNodeData.cs
- InvocationExpression.cs
- AutomationPeer.cs
- SqlCaseSimplifier.cs
- Ray3DHitTestResult.cs
- SortFieldComparer.cs
- AssociationEndMember.cs
- SafeNativeMethodsOther.cs
- SingleTagSectionHandler.cs
- MatrixConverter.cs
- XmlObjectSerializerReadContextComplex.cs
- DataServiceKeyAttribute.cs
- ThicknessAnimationBase.cs
- FilterElement.cs
- HtmlInputButton.cs
- GridViewCommandEventArgs.cs
- SoapFault.cs
- ListBoxItemAutomationPeer.cs
- ClientRuntimeConfig.cs
- ComPlusDiagnosticTraceRecords.cs
- HandlerBase.cs
- WindowsFormsSectionHandler.cs
- AttachmentService.cs
- DeviceContext.cs
- EncodingFallbackAwareXmlTextWriter.cs
- SimpleWebHandlerParser.cs
- PageRanges.cs
- WebPartUserCapability.cs
- ManifestSignedXml.cs
- StateWorkerRequest.cs
- BitmapCache.cs
- AuthenticationConfig.cs
- SqlConnectionStringBuilder.cs
- TransformGroup.cs
- MLangCodePageEncoding.cs
- SqlProvider.cs
- DataGridViewRowsAddedEventArgs.cs
- ScriptingProfileServiceSection.cs
- TypeBuilderInstantiation.cs
- GeneralTransform3D.cs
- CommandHelper.cs
- LinqDataSourceUpdateEventArgs.cs
- BitStack.cs
- TextServicesCompartmentContext.cs