Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- UrlUtility.cs
- EmptyImpersonationContext.cs
- EllipseGeometry.cs
- HtmlLink.cs
- ThemeInfoAttribute.cs
- OperandQuery.cs
- GAC.cs
- SupportsEventValidationAttribute.cs
- ManipulationDelta.cs
- BamlRecords.cs
- __Filters.cs
- HostingEnvironmentSection.cs
- GridViewRowEventArgs.cs
- AttachmentCollection.cs
- SQLBytes.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DataPagerFieldCommandEventArgs.cs
- XmlTextEncoder.cs
- DesignBindingPicker.cs
- SHA1CryptoServiceProvider.cs
- PassportAuthenticationEventArgs.cs
- sqlpipe.cs
- DetailsViewAutoFormat.cs
- DataContractFormatAttribute.cs
- UmAlQuraCalendar.cs
- ArraySegment.cs
- ViewBox.cs
- Int16.cs
- BitStream.cs
- EntityAdapter.cs
- ResourceProviderFactory.cs
- GridViewDeletedEventArgs.cs
- ConstrainedDataObject.cs
- SecurityDocument.cs
- ManualResetEvent.cs
- DefinitionUpdate.cs
- StylusPointPropertyInfo.cs
- MultiView.cs
- DataServiceRequestArgs.cs
- DataRelationCollection.cs
- HybridDictionary.cs
- EdmError.cs
- Request.cs
- OutArgument.cs
- TreeView.cs
- TableLayoutSettingsTypeConverter.cs
- RequestContext.cs
- RegistrationServices.cs
- KeyFrames.cs
- Message.cs
- TextInfo.cs
- SimpleTableProvider.cs
- HttpListenerPrefixCollection.cs
- WebPartEventArgs.cs
- CountdownEvent.cs
- BatchParser.cs
- SymbolEqualComparer.cs
- LazyTextWriterCreator.cs
- BridgeDataReader.cs
- StreamAsIStream.cs
- XmlDocumentType.cs
- DataGridViewRowPostPaintEventArgs.cs
- XPathCompileException.cs
- Point3DCollection.cs
- ObjectListItemCollection.cs
- SqlFacetAttribute.cs
- Encoder.cs
- StreamWriter.cs
- DelayDesigner.cs
- XPathNavigatorReader.cs
- UnaryExpression.cs
- TemplatePagerField.cs
- ExpressionBindings.cs
- SqlMethodAttribute.cs
- PropertyConverter.cs
- SessionPageStateSection.cs
- CodeExpressionStatement.cs
- RuntimeDelegateArgument.cs
- ThumbButtonInfoCollection.cs
- SapiRecognizer.cs
- CommonObjectSecurity.cs
- validationstate.cs
- OdbcReferenceCollection.cs
- MessageQueueTransaction.cs
- DynamicPropertyHolder.cs
- COM2FontConverter.cs
- DynamicValueConverter.cs
- WebPartMinimizeVerb.cs
- ExtenderControl.cs
- ExtensionQuery.cs
- HttpListenerRequest.cs
- QuaternionKeyFrameCollection.cs
- ControlCollection.cs
- EnumBuilder.cs
- AliasedExpr.cs
- BaseTreeIterator.cs
- PrintSchema.cs
- UIElementHelper.cs
- SqlBuilder.cs
- DataSourceViewSchemaConverter.cs