Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewPageEventArgs.cs / 1 / DetailsViewPageEventArgs.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 DetailsViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public DetailsViewPageEventArgs(int newPageIndex) { this._newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public int NewPageIndex { get { return _newPageIndex; } set { _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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public DetailsViewPageEventArgs(int newPageIndex) { this._newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public int NewPageIndex { get { return _newPageIndex; } set { _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
- OracleConnectionFactory.cs
- Size3DConverter.cs
- NativeMethods.cs
- WeakEventManager.cs
- BamlLocalizableResourceKey.cs
- UnsafePeerToPeerMethods.cs
- rsa.cs
- ConnectionPointCookie.cs
- CryptoStream.cs
- XmlEncoding.cs
- TranslateTransform.cs
- ValidateNames.cs
- AutomationPatternInfo.cs
- BigInt.cs
- ModelItemCollection.cs
- ListViewContainer.cs
- MobileListItem.cs
- ClientScriptManager.cs
- ColorTransform.cs
- LinqDataSourceHelper.cs
- ContextMenuAutomationPeer.cs
- MimeMapping.cs
- BigInt.cs
- RotateTransform3D.cs
- HybridDictionary.cs
- ColumnMapTranslator.cs
- Model3D.cs
- CustomPopupPlacement.cs
- Line.cs
- Select.cs
- DataGridViewColumn.cs
- LambdaValue.cs
- TdsParserSafeHandles.cs
- ExpressionNormalizer.cs
- OleDbParameter.cs
- NativeMethods.cs
- cryptoapiTransform.cs
- PathFigureCollectionConverter.cs
- Rect.cs
- CmsUtils.cs
- TextStore.cs
- DropAnimation.xaml.cs
- Vector3DCollectionValueSerializer.cs
- HttpDebugHandler.cs
- DataErrorValidationRule.cs
- ArrayElementGridEntry.cs
- Token.cs
- LoginStatusDesigner.cs
- SqlBulkCopy.cs
- querybuilder.cs
- EventPropertyMap.cs
- ButtonField.cs
- CodeAttributeArgument.cs
- CoreSwitches.cs
- ClassicBorderDecorator.cs
- XmlAttribute.cs
- SystemPens.cs
- TcpProcessProtocolHandler.cs
- AlternateViewCollection.cs
- ConfigXmlText.cs
- DocumentPaginator.cs
- SkewTransform.cs
- HttpCacheVary.cs
- ObjectPersistData.cs
- SchemaMapping.cs
- PlaceHolder.cs
- CharKeyFrameCollection.cs
- NetworkStream.cs
- ColumnResult.cs
- ApplicationTrust.cs
- HtmlHistory.cs
- Delegate.cs
- FontUnitConverter.cs
- WebFormDesignerActionService.cs
- Membership.cs
- BuilderPropertyEntry.cs
- StatusCommandUI.cs
- TargetControlTypeCache.cs
- SystemNetworkInterface.cs
- ApplicationFileParser.cs
- ListViewGroup.cs
- InstallerTypeAttribute.cs
- DataServiceStreamProviderWrapper.cs
- EditBehavior.cs
- SkipQueryOptionExpression.cs
- EntityDataSourceMemberPath.cs
- SQlBooleanStorage.cs
- Size.cs
- JournalEntryStack.cs
- IdentitySection.cs
- pingexception.cs
- TextEndOfLine.cs
- TextureBrush.cs
- PopupRootAutomationPeer.cs
- IntellisenseTextBox.cs
- Membership.cs
- EndPoint.cs
- TypefaceMap.cs
- TextRunTypographyProperties.cs
- Listener.cs