Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- PathNode.cs
- TimeoutException.cs
- SystemFonts.cs
- StringSorter.cs
- BooleanExpr.cs
- SerialStream.cs
- MsmqException.cs
- LayoutTableCell.cs
- MultiPageTextView.cs
- ExtensibleClassFactory.cs
- SimpleLine.cs
- X509Utils.cs
- DataGridCell.cs
- Matrix.cs
- ParserStack.cs
- BaseUriHelper.cs
- XmlUnspecifiedAttribute.cs
- MailBnfHelper.cs
- ModelItemExtensions.cs
- ManagementObjectCollection.cs
- CompModSwitches.cs
- RequestQueryProcessor.cs
- ObjectDesignerDataSourceView.cs
- MenuCommand.cs
- QueryOutputWriter.cs
- StrongNameIdentityPermission.cs
- DataGridParentRows.cs
- SimpleTextLine.cs
- SimpleLine.cs
- InboundActivityHelper.cs
- BaseParser.cs
- ReservationNotFoundException.cs
- _ProxyRegBlob.cs
- ExcludePathInfo.cs
- VisualStyleElement.cs
- PresentationSource.cs
- CodeCommentStatement.cs
- Events.cs
- CmsInterop.cs
- HttpStreamXmlDictionaryReader.cs
- Cell.cs
- CodeTypeOfExpression.cs
- WorkflowDesigner.cs
- InternalsVisibleToAttribute.cs
- RemotingConfigParser.cs
- GridItemPatternIdentifiers.cs
- WorkerRequest.cs
- XpsDigitalSignature.cs
- SoapTypeAttribute.cs
- StylusButton.cs
- StopStoryboard.cs
- AudienceUriMode.cs
- DropShadowEffect.cs
- XmlTextEncoder.cs
- BeginStoryboard.cs
- ViewManager.cs
- AdjustableArrowCap.cs
- XmlSchemaValidationException.cs
- DataListItemEventArgs.cs
- ArraySortHelper.cs
- MetadataSource.cs
- AutomationIdentifierGuids.cs
- ColumnMapCopier.cs
- CurrentTimeZone.cs
- PngBitmapDecoder.cs
- GifBitmapEncoder.cs
- WebMessageBodyStyleHelper.cs
- StartUpEventArgs.cs
- BaseDataBoundControl.cs
- LOSFormatter.cs
- DbTransaction.cs
- DataSourceBooleanViewSchemaConverter.cs
- Color.cs
- DragDropHelper.cs
- WorkflowViewManager.cs
- X509CertificateTrustedIssuerElementCollection.cs
- UnmanagedBitmapWrapper.cs
- MessageSecurityOverMsmq.cs
- RoleService.cs
- RegexBoyerMoore.cs
- XsltQilFactory.cs
- ConfigurationStrings.cs
- PopupRoot.cs
- AssemblyResourceLoader.cs
- DataChangedEventManager.cs
- AlternateViewCollection.cs
- SimplePropertyEntry.cs
- DataControlFieldCollection.cs
- TransformerInfoCollection.cs
- ProfileService.cs
- SocketPermission.cs
- FlowDocumentPage.cs
- XmlDocumentType.cs
- ListBoxItemWrapperAutomationPeer.cs
- StyleXamlTreeBuilder.cs
- _OverlappedAsyncResult.cs
- ScriptControl.cs
- Keyboard.cs
- IdentityNotMappedException.cs
- Validator.cs