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
- ReadOnlyHierarchicalDataSource.cs
- XmlElementAttributes.cs
- GrammarBuilderDictation.cs
- ListBindingHelper.cs
- ReservationNotFoundException.cs
- ExceptionHandler.cs
- HttpDigestClientCredential.cs
- TextServicesContext.cs
- SharedPersonalizationStateInfo.cs
- PreloadedPackages.cs
- ColumnTypeConverter.cs
- CatchBlock.cs
- MulticastDelegate.cs
- ToolStripComboBox.cs
- ErrorReporting.cs
- ListMarkerLine.cs
- ColumnMapVisitor.cs
- CompatibleIComparer.cs
- DbModificationCommandTree.cs
- SapiInterop.cs
- UserControlParser.cs
- GenericTextProperties.cs
- DbConnectionPoolIdentity.cs
- TransactionalPackage.cs
- BitmapImage.cs
- PathSegmentCollection.cs
- StringTraceRecord.cs
- HostedHttpContext.cs
- FormatPage.cs
- BindingExpressionUncommonField.cs
- CommandHelpers.cs
- HttpsTransportElement.cs
- CheckBox.cs
- SqlCacheDependency.cs
- ProviderConnectionPoint.cs
- ToggleProviderWrapper.cs
- TdsParserSafeHandles.cs
- InputScopeConverter.cs
- JoinSymbol.cs
- SystemNetHelpers.cs
- Tablet.cs
- CapabilitiesState.cs
- CachingHintValidation.cs
- MobileContainerDesigner.cs
- SecurityElement.cs
- WindowsListViewGroup.cs
- UIElement3D.cs
- MethodToken.cs
- ImpersonationContext.cs
- HttpProfileGroupBase.cs
- DataGridRowHeaderAutomationPeer.cs
- PropertyChangingEventArgs.cs
- ClientConfigurationHost.cs
- ObjectSpanRewriter.cs
- EnumValidator.cs
- DomainConstraint.cs
- Rotation3DAnimationUsingKeyFrames.cs
- BufferedGraphicsContext.cs
- _NegoState.cs
- LogicalExpr.cs
- CommonServiceBehaviorElement.cs
- QilValidationVisitor.cs
- TableItemStyle.cs
- EdmSchemaError.cs
- AssemblyInfo.cs
- Nullable.cs
- HttpRequestCacheValidator.cs
- CodePropertyReferenceExpression.cs
- BinHexDecoder.cs
- PreProcessor.cs
- TypeConverter.cs
- ConditionedDesigner.cs
- Util.cs
- FileDetails.cs
- WebPartAddingEventArgs.cs
- TextStore.cs
- HelpInfo.cs
- XmlSchemaType.cs
- HtmlObjectListAdapter.cs
- SqlDataSourceCache.cs
- AutomationIdentifierGuids.cs
- Helpers.cs
- FileDialog.cs
- ObjectDataSourceView.cs
- MILUtilities.cs
- Part.cs
- ISCIIEncoding.cs
- StrongNameKeyPair.cs
- ServiceHttpModule.cs
- PopupRootAutomationPeer.cs
- LocalizabilityAttribute.cs
- HttpEncoder.cs
- DecoderNLS.cs
- SemanticValue.cs
- WebPartEditorOkVerb.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- FontConverter.cs
- VirtualizingPanel.cs
- HeaderedContentControl.cs
- HtmlContainerControl.cs