Code:
/ FX-1434 / FX-1434 / 1.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
- PingReply.cs
- TypeGenericEnumerableViewSchema.cs
- TemplatedWizardStep.cs
- RawStylusActions.cs
- SecurityChannelFaultConverter.cs
- SqlRowUpdatedEvent.cs
- WindowsFont.cs
- RelationshipNavigation.cs
- CngAlgorithm.cs
- FixedDocumentPaginator.cs
- SizeAnimationBase.cs
- ControlIdConverter.cs
- brushes.cs
- TableCell.cs
- BinaryMethodMessage.cs
- ControlPropertyNameConverter.cs
- ProcessStartInfo.cs
- RemoteWebConfigurationHost.cs
- LayoutEditorPart.cs
- XmlChildEnumerator.cs
- CodeAssignStatement.cs
- HotCommands.cs
- SoapObjectInfo.cs
- CFGGrammar.cs
- FixedTextBuilder.cs
- FontUnit.cs
- CngKey.cs
- AspCompat.cs
- RawStylusInputCustomDataList.cs
- HwndAppCommandInputProvider.cs
- HttpResponseInternalWrapper.cs
- ControlPropertyNameConverter.cs
- IPAddressCollection.cs
- ToolStripPanelDesigner.cs
- AttributeProviderAttribute.cs
- XmlSchema.cs
- ScheduleChanges.cs
- FormViewDeleteEventArgs.cs
- DBConnectionString.cs
- Transform3DGroup.cs
- transactioncontext.cs
- MaskPropertyEditor.cs
- FixedSOMLineRanges.cs
- ComplexType.cs
- xmlglyphRunInfo.cs
- ConditionCollection.cs
- StringExpressionSet.cs
- EncoderReplacementFallback.cs
- ContentPresenter.cs
- CookieProtection.cs
- ParamArrayAttribute.cs
- ProcessModuleCollection.cs
- WithParamAction.cs
- AttachmentCollection.cs
- ToolStripArrowRenderEventArgs.cs
- RawKeyboardInputReport.cs
- TableStyle.cs
- JobCollate.cs
- BaseAsyncResult.cs
- TextParagraphProperties.cs
- SQLMembershipProvider.cs
- FilterableAttribute.cs
- PersonalizationProviderHelper.cs
- BamlBinaryWriter.cs
- SimpleFileLog.cs
- WebScriptEnablingBehavior.cs
- SiteMapNode.cs
- DataGridPageChangedEventArgs.cs
- SelectionHighlightInfo.cs
- VectorCollection.cs
- ModuleBuilder.cs
- PerformanceCountersElement.cs
- PriorityBinding.cs
- Brush.cs
- ScrollBar.cs
- FormatSettings.cs
- Label.cs
- WebBrowserHelper.cs
- Axis.cs
- DefaultPropertyAttribute.cs
- Package.cs
- ExpressionContext.cs
- BackgroundFormatInfo.cs
- TcpTransportSecurityElement.cs
- KeyTimeConverter.cs
- Bidi.cs
- ActiveXContainer.cs
- EventLog.cs
- httpserverutility.cs
- ViewDesigner.cs
- PathFigure.cs
- CompilerScopeManager.cs
- DateTimeUtil.cs
- OleDbTransaction.cs
- XmlMemberMapping.cs
- AsymmetricKeyExchangeDeformatter.cs
- InlinedAggregationOperatorEnumerator.cs
- AppearanceEditorPart.cs
- FontDifferentiator.cs
- StaticDataManager.cs