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
- AsyncStreamReader.cs
- exports.cs
- WeakReference.cs
- ImageMetadata.cs
- FunctionDefinition.cs
- PieceDirectory.cs
- SemaphoreSecurity.cs
- KeyedCollection.cs
- SmiRecordBuffer.cs
- StreamAsIStream.cs
- GeneralEndpointIdentity.cs
- XmlNamespaceMapping.cs
- InProcStateClientManager.cs
- UnconditionalPolicy.cs
- PerformanceCounterPermissionEntry.cs
- ImageCodecInfoPrivate.cs
- XamlPointCollectionSerializer.cs
- AliasExpr.cs
- DefaultClaimSet.cs
- CalculatedColumn.cs
- EdmItemCollection.cs
- FormViewModeEventArgs.cs
- SiteMapProvider.cs
- HorizontalAlignConverter.cs
- GridViewEditEventArgs.cs
- sitestring.cs
- PackageRelationshipCollection.cs
- AliasedSlot.cs
- ActiveXHelper.cs
- ScrollBar.cs
- RowToFieldTransformer.cs
- BamlRecordWriter.cs
- _NestedSingleAsyncResult.cs
- Geometry.cs
- TextEditorParagraphs.cs
- ScriptingRoleServiceSection.cs
- ActivityDesignerLayoutSerializers.cs
- SeverityFilter.cs
- BufferedGraphics.cs
- XmlnsDefinitionAttribute.cs
- DataKeyArray.cs
- MetadataPropertyCollection.cs
- ValidationEventArgs.cs
- Graph.cs
- ReferenceConverter.cs
- WindowsStatusBar.cs
- PageThemeCodeDomTreeGenerator.cs
- NativeMethods.cs
- ProfileInfo.cs
- ManifestSignedXml.cs
- DictionaryGlobals.cs
- future.cs
- HandleCollector.cs
- ErrorFormatterPage.cs
- FtpWebResponse.cs
- RuleSetReference.cs
- OrderedDictionaryStateHelper.cs
- SQLDateTime.cs
- GenericEnumerator.cs
- SqlCacheDependencySection.cs
- WindowsImpersonationContext.cs
- SymbolType.cs
- BCLDebug.cs
- _CommandStream.cs
- XPathPatternBuilder.cs
- ProvidersHelper.cs
- Perspective.cs
- ServerValidateEventArgs.cs
- SoundPlayerAction.cs
- RequestStatusBarUpdateEventArgs.cs
- RuntimeIdentifierPropertyAttribute.cs
- AsymmetricSignatureFormatter.cs
- IsolatedStorageSecurityState.cs
- Material.cs
- DetailsViewInsertedEventArgs.cs
- OracleCommandSet.cs
- NextPreviousPagerField.cs
- ProtocolsSection.cs
- RNGCryptoServiceProvider.cs
- DirectoryNotFoundException.cs
- VirtualPathData.cs
- PlatformCulture.cs
- DataGridViewToolTip.cs
- MediaElementAutomationPeer.cs
- Light.cs
- PropertyMap.cs
- QilTargetType.cs
- XNodeNavigator.cs
- ReferencedAssembly.cs
- DbQueryCommandTree.cs
- ScheduleChanges.cs
- IgnorePropertiesAttribute.cs
- VirtualPathProvider.cs
- _AutoWebProxyScriptEngine.cs
- CodeRemoveEventStatement.cs
- DBCommandBuilder.cs
- TreeView.cs
- InputScopeManager.cs
- SqlNotificationRequest.cs
- SecurityState.cs