Code:
/ 4.0 / 4.0 / 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. // 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
- HostingEnvironmentException.cs
- DebugInfoGenerator.cs
- HwndHostAutomationPeer.cs
- CookieHandler.cs
- ScriptControlManager.cs
- DataBindEngine.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- InputReport.cs
- UnsafeNativeMethods.cs
- BooleanStorage.cs
- SiteMap.cs
- SqlStream.cs
- ScriptManager.cs
- FormViewPagerRow.cs
- MailDefinition.cs
- MainMenu.cs
- HandledMouseEvent.cs
- HttpCacheVary.cs
- OpacityConverter.cs
- FileChangesMonitor.cs
- CodeDOMProvider.cs
- AssociativeAggregationOperator.cs
- IndexedSelectQueryOperator.cs
- SmiEventStream.cs
- StringComparer.cs
- UriWriter.cs
- PropertyDescriptor.cs
- FixedTextPointer.cs
- InplaceBitmapMetadataWriter.cs
- TransactionFlowBindingElementImporter.cs
- ToolTipService.cs
- PasswordTextNavigator.cs
- UserCancellationException.cs
- CrossContextChannel.cs
- TransactionInformation.cs
- BitmapFrameEncode.cs
- XComponentModel.cs
- TableLayoutColumnStyleCollection.cs
- Vector3DCollectionConverter.cs
- DataBindingCollectionEditor.cs
- NumberSubstitution.cs
- LocalizableResourceBuilder.cs
- SqlClientWrapperSmiStreamChars.cs
- DPAPIProtectedConfigurationProvider.cs
- FirstMatchCodeGroup.cs
- LocatorBase.cs
- ResourceReferenceExpressionConverter.cs
- M3DUtil.cs
- TextPointerBase.cs
- Int32Storage.cs
- HttpApplication.cs
- PixelFormat.cs
- SafeRightsManagementEnvironmentHandle.cs
- Cursor.cs
- TextEffectResolver.cs
- BaseParaClient.cs
- WebColorConverter.cs
- SR.cs
- DependencyProperty.cs
- shaper.cs
- TableAdapterManagerNameHandler.cs
- RemoteWebConfigurationHostStream.cs
- DotAtomReader.cs
- AsyncSerializedWorker.cs
- TypePresenter.xaml.cs
- ZipPackage.cs
- Event.cs
- WebServiceParameterData.cs
- CodeCatchClause.cs
- Evaluator.cs
- DataKeyCollection.cs
- _UriTypeConverter.cs
- COM2Properties.cs
- SortDescription.cs
- PhysicalFontFamily.cs
- UserPersonalizationStateInfo.cs
- TableCell.cs
- TableItemPattern.cs
- EntityDataSourceColumn.cs
- UrlMappingsModule.cs
- DbProviderFactory.cs
- DiscoveryDocumentSerializer.cs
- MinimizableAttributeTypeConverter.cs
- BoolLiteral.cs
- CommonGetThemePartSize.cs
- ManagementException.cs
- ArrangedElement.cs
- FileCodeGroup.cs
- SimplePropertyEntry.cs
- SignatureHelper.cs
- Matrix3D.cs
- CharAnimationUsingKeyFrames.cs
- ALinqExpressionVisitor.cs
- XmlEncoding.cs
- RawContentTypeMapper.cs
- DynamicHyperLink.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- SqlNotificationEventArgs.cs
- DataErrorValidationRule.cs
- MemberMaps.cs