Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPageEventArgs.cs / 1 / FormViewPageEventArgs.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 FormViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public FormViewPageEventArgs(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 FormViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public FormViewPageEventArgs(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
- PlanCompiler.cs
- RawStylusInputCustomData.cs
- InternalBufferOverflowException.cs
- _FtpDataStream.cs
- LicenseManager.cs
- MatrixCamera.cs
- TextEditorSpelling.cs
- BaseTemplateBuildProvider.cs
- CompilerCollection.cs
- VectorCollectionConverter.cs
- ControlPaint.cs
- StringFunctions.cs
- ScriptManager.cs
- DependencyObjectType.cs
- OutputScopeManager.cs
- WebPartEditorApplyVerb.cs
- OutOfMemoryException.cs
- EntityTypeEmitter.cs
- Automation.cs
- SectionRecord.cs
- ExpressionEditorAttribute.cs
- CollectionTypeElement.cs
- XmlNavigatorFilter.cs
- MediaTimeline.cs
- WhitespaceRuleLookup.cs
- Calendar.cs
- LocalizableResourceBuilder.cs
- IgnoreFileBuildProvider.cs
- ElementFactory.cs
- TableHeaderCell.cs
- XsdValidatingReader.cs
- AnnotationAuthorChangedEventArgs.cs
- WebPartManagerInternals.cs
- BindingCompleteEventArgs.cs
- RangeValuePatternIdentifiers.cs
- RotateTransform.cs
- DataContext.cs
- HashJoinQueryOperatorEnumerator.cs
- XPathCompileException.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- BaseConfigurationRecord.cs
- ComponentSerializationService.cs
- DependencyObject.cs
- RequestTimeoutManager.cs
- LocationSectionRecord.cs
- GetPageCompletedEventArgs.cs
- KnownIds.cs
- RelatedPropertyManager.cs
- MessageFault.cs
- ActiveDocumentEvent.cs
- SmtpMail.cs
- FrameworkElementAutomationPeer.cs
- xmlformatgeneratorstatics.cs
- UrlMapping.cs
- __ComObject.cs
- AlternateViewCollection.cs
- OdbcInfoMessageEvent.cs
- HashSetDebugView.cs
- SkewTransform.cs
- LinearGradientBrush.cs
- BStrWrapper.cs
- serverconfig.cs
- GridViewCellAutomationPeer.cs
- ModuleConfigurationInfo.cs
- VectorValueSerializer.cs
- LostFocusEventManager.cs
- PageThemeBuildProvider.cs
- DataGridAddNewRow.cs
- DesignerActionMethodItem.cs
- ToolStripDropDownItem.cs
- SafeRightsManagementSessionHandle.cs
- FrameworkTemplate.cs
- CharAnimationBase.cs
- BamlWriter.cs
- HTMLTextWriter.cs
- TemplateBindingExtension.cs
- CopyOnWriteList.cs
- SelectedDatesCollection.cs
- DBConnectionString.cs
- PointLightBase.cs
- TextEffectCollection.cs
- DesignBindingConverter.cs
- ContextMenu.cs
- Style.cs
- OperatingSystemVersionCheck.cs
- StrongNameIdentityPermission.cs
- SiteMapSection.cs
- InputProcessorProfilesLoader.cs
- MouseDevice.cs
- InheritanceContextChangedEventManager.cs
- SectionInput.cs
- Debugger.cs
- SoapAttributes.cs
- CodeAttributeDeclaration.cs
- PropertyInfoSet.cs
- CreatingCookieEventArgs.cs
- Bits.cs
- BaseParser.cs
- PageEventArgs.cs
- MouseWheelEventArgs.cs