Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TextElementCollectionHelper.cs
- DBConnectionString.cs
- SiteMapNode.cs
- ButtonColumn.cs
- SwitchElementsCollection.cs
- Classification.cs
- AsyncCompletedEventArgs.cs
- SafeLibraryHandle.cs
- InputLanguageSource.cs
- OleDbParameterCollection.cs
- MethodCallConverter.cs
- ManipulationDelta.cs
- Merger.cs
- InstalledFontCollection.cs
- MatrixCamera.cs
- WrappedIUnknown.cs
- ProjectionPath.cs
- Matrix3DStack.cs
- Label.cs
- GrammarBuilderBase.cs
- XmlDictionaryReader.cs
- TableCell.cs
- RuntimeConfigLKG.cs
- DrawingGroupDrawingContext.cs
- UrlAuthorizationModule.cs
- FontDialog.cs
- DbDataSourceEnumerator.cs
- SQLStringStorage.cs
- HyperLinkField.cs
- NativeMethods.cs
- SqlParameterCollection.cs
- EntitySetDataBindingList.cs
- XmlElementAttribute.cs
- FormsAuthenticationConfiguration.cs
- DropDownList.cs
- ScriptMethodAttribute.cs
- PathSegmentCollection.cs
- WebPartVerbCollection.cs
- TypeLibConverter.cs
- CombinedGeometry.cs
- DurationConverter.cs
- BitmapData.cs
- UpdatePanelControlTrigger.cs
- ControlBuilder.cs
- exports.cs
- EntityParameterCollection.cs
- BlurEffect.cs
- VerificationException.cs
- InstanceOwnerException.cs
- TaskCanceledException.cs
- Viewport3DVisual.cs
- TableCell.cs
- FindCriteriaApril2005.cs
- CssTextWriter.cs
- webbrowsersite.cs
- ExclusiveTcpListener.cs
- RegexMatch.cs
- TransformedBitmap.cs
- EncryptedKeyIdentifierClause.cs
- XmlUnspecifiedAttribute.cs
- DataTableExtensions.cs
- EngineSiteSapi.cs
- SwitchLevelAttribute.cs
- DbDataSourceEnumerator.cs
- EntityTemplateUserControl.cs
- DescriptionAttribute.cs
- ResizeGrip.cs
- CapacityStreamGeometryContext.cs
- ClientConfigurationHost.cs
- XNameTypeConverter.cs
- ContainerSelectorGlyph.cs
- CodeExpressionRuleDeclaration.cs
- DataSourceCacheDurationConverter.cs
- TextProviderWrapper.cs
- SiteMap.cs
- XmlSignatureManifest.cs
- SqlDataSourceRefreshSchemaForm.cs
- Renderer.cs
- MultiBinding.cs
- GCHandleCookieTable.cs
- StringBuilder.cs
- Connection.cs
- SortAction.cs
- ServerValidateEventArgs.cs
- QueryComponents.cs
- EntryWrittenEventArgs.cs
- FastEncoder.cs
- DoubleAnimationBase.cs
- CodeParameterDeclarationExpressionCollection.cs
- ColumnResizeUndoUnit.cs
- documentsequencetextcontainer.cs
- AncillaryOps.cs
- ObjectDataSourceFilteringEventArgs.cs
- WebControlAdapter.cs
- SingleAnimationBase.cs
- NavigationHelper.cs
- RegisteredExpandoAttribute.cs
- LocalBuilder.cs
- ChannelListenerBase.cs
- TransformGroup.cs