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
- CngAlgorithmGroup.cs
- COM2ColorConverter.cs
- PropertyEmitter.cs
- WebControlParameterProxy.cs
- ThicknessAnimation.cs
- SafeHandles.cs
- XmlMapping.cs
- WebPartDisplayModeCollection.cs
- UserValidatedEventArgs.cs
- HtmlInputCheckBox.cs
- ValidationSummary.cs
- ResourceDescriptionAttribute.cs
- TriggerAction.cs
- DoubleLink.cs
- TemplateModeChangedEventArgs.cs
- ParserOptions.cs
- ReferenceConverter.cs
- XmlILIndex.cs
- SamlConditions.cs
- MailDefinition.cs
- XmlSchemaAttribute.cs
- WindowsRebar.cs
- SoapAttributeAttribute.cs
- _KerberosClient.cs
- StorageMappingFragment.cs
- SoapInteropTypes.cs
- XPathNodeInfoAtom.cs
- ProviderConnectionPoint.cs
- ComNativeDescriptor.cs
- WeakReference.cs
- ExceptionHandlersDesigner.cs
- ExpressionBuilder.cs
- Currency.cs
- Listbox.cs
- WpfGeneratedKnownTypes.cs
- DataContractFormatAttribute.cs
- SignatureToken.cs
- TableLayoutPanelCellPosition.cs
- WebPartCollection.cs
- InputLanguageCollection.cs
- UnmanagedBitmapWrapper.cs
- OpCodes.cs
- AssemblyResourceLoader.cs
- ContentPropertyAttribute.cs
- SpeechSeg.cs
- SqlExpressionNullability.cs
- PartitionerQueryOperator.cs
- AnnotationAuthorChangedEventArgs.cs
- SqlDependencyUtils.cs
- XmlIlTypeHelper.cs
- RadioButtonPopupAdapter.cs
- MissingMemberException.cs
- ResumeStoryboard.cs
- ACE.cs
- SQLInt64Storage.cs
- UnitySerializationHolder.cs
- PassportIdentity.cs
- MultiBinding.cs
- VisualTreeUtils.cs
- QilParameter.cs
- HttpHandlerActionCollection.cs
- Route.cs
- SelectionChangedEventArgs.cs
- CustomError.cs
- SoapFault.cs
- SelectionProviderWrapper.cs
- CreateUserWizardStep.cs
- ExpressionBuilder.cs
- _HeaderInfo.cs
- Crypto.cs
- WebBaseEventKeyComparer.cs
- TextTreeRootNode.cs
- LinkDescriptor.cs
- StringFormat.cs
- Pool.cs
- StateMachineWorkflowInstance.cs
- RadialGradientBrush.cs
- ContainsRowNumberChecker.cs
- ContentPropertyAttribute.cs
- ValidatorCollection.cs
- COM2IDispatchConverter.cs
- PermissionToken.cs
- RepeatButtonAutomationPeer.cs
- ControlCachePolicy.cs
- EntityType.cs
- BindingExpressionUncommonField.cs
- XmlDomTextWriter.cs
- DataListCommandEventArgs.cs
- WorkflowWebService.cs
- COM2ComponentEditor.cs
- TypedElement.cs
- StandardBindingImporter.cs
- ResourcePermissionBase.cs
- PasswordBox.cs
- RegisteredArrayDeclaration.cs
- TypedTableBaseExtensions.cs
- PolicyException.cs
- PriorityItem.cs
- DesignerVerbCollection.cs
- DataKeyCollection.cs