Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewPageEventArgs.cs / 1305376 / DetailsViewPageEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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
- SiblingIterators.cs
- PublishLicense.cs
- NativeMethods.cs
- EdmProviderManifest.cs
- QuotedPrintableStream.cs
- StrokeFIndices.cs
- FixedSOMGroup.cs
- EditorPartChrome.cs
- WindowsPrincipal.cs
- ProfileParameter.cs
- PoisonMessageException.cs
- GlobalizationSection.cs
- ImageFormat.cs
- SessionIDManager.cs
- DependencyPropertyAttribute.cs
- BamlResourceContent.cs
- CodeCompiler.cs
- ExtenderProvidedPropertyAttribute.cs
- ValidationErrorCollection.cs
- DataControlButton.cs
- AutoScrollHelper.cs
- SvcMapFileLoader.cs
- NTAccount.cs
- mediaeventargs.cs
- DataGridViewMethods.cs
- InfoCardSymmetricAlgorithm.cs
- DbMetaDataCollectionNames.cs
- SerialReceived.cs
- TransformerTypeCollection.cs
- FormsAuthenticationEventArgs.cs
- BulletedList.cs
- activationcontext.cs
- PlatformCulture.cs
- UseLicense.cs
- EditorZoneBase.cs
- HttpProcessUtility.cs
- DependencyPropertyHelper.cs
- RefreshEventArgs.cs
- FillBehavior.cs
- MetaModel.cs
- EventLogEntryCollection.cs
- OciLobLocator.cs
- DPCustomTypeDescriptor.cs
- TextComposition.cs
- TailPinnedEventArgs.cs
- CannotUnloadAppDomainException.cs
- DrawListViewItemEventArgs.cs
- TableLayoutPanelCellPosition.cs
- TableItemPatternIdentifiers.cs
- CodePageUtils.cs
- Compiler.cs
- Msec.cs
- TargetPerspective.cs
- FigureHelper.cs
- XmlSchemaDatatype.cs
- JoinCqlBlock.cs
- AdapterDictionary.cs
- Utils.cs
- ScaleTransform3D.cs
- DesignerLinkAdapter.cs
- wgx_sdk_version.cs
- NameValuePermission.cs
- hresults.cs
- AbandonedMutexException.cs
- SqlXmlStorage.cs
- CqlLexer.cs
- TypefaceMetricsCache.cs
- Base64Encoder.cs
- SqlBulkCopyColumnMapping.cs
- MetadataCache.cs
- ResourceReader.cs
- CoTaskMemHandle.cs
- ColorDialog.cs
- Color.cs
- DescendantQuery.cs
- TypeElement.cs
- SecurityPermission.cs
- PriorityChain.cs
- BaseComponentEditor.cs
- DataGridSortCommandEventArgs.cs
- OdbcCommand.cs
- VisualTarget.cs
- SqlBulkCopyColumnMappingCollection.cs
- Table.cs
- EditableTreeList.cs
- DataControlFieldCell.cs
- CharacterBufferReference.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Expressions.cs
- AttachedAnnotationChangedEventArgs.cs
- CapabilitiesRule.cs
- XmlFormatReaderGenerator.cs
- TraceUtility.cs
- VerificationException.cs
- XPathMultyIterator.cs
- PointAnimationUsingKeyFrames.cs
- OracleConnectionStringBuilder.cs
- ToolboxBitmapAttribute.cs
- SimpleTypeResolver.cs
- elementinformation.cs