Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPageEventArgs.cs / 1305376 / FormViewPageEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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; ////// 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
- DesignerAttribute.cs
- DataGridViewComboBoxCell.cs
- SqlMultiplexer.cs
- TextDecorationLocationValidation.cs
- DataListCommandEventArgs.cs
- VisualStates.cs
- HideDisabledControlAdapter.cs
- TabletDeviceInfo.cs
- Point3DAnimationUsingKeyFrames.cs
- DependencyPropertyAttribute.cs
- EncoderReplacementFallback.cs
- RadioButtonAutomationPeer.cs
- PrinterSettings.cs
- SafeProcessHandle.cs
- VisualStyleRenderer.cs
- PageParser.cs
- PageFunction.cs
- WindowsEditBox.cs
- XmlDataSourceView.cs
- HierarchicalDataBoundControl.cs
- LogicalChannel.cs
- ArraySet.cs
- RelationalExpressions.cs
- IdnMapping.cs
- ListItemsCollectionEditor.cs
- ObjectPersistData.cs
- UpdateProgress.cs
- NullReferenceException.cs
- WindowsAltTab.cs
- ModelPerspective.cs
- CompiledXpathExpr.cs
- ADConnectionHelper.cs
- SecurityRuntime.cs
- MobileFormsAuthentication.cs
- AnnotationComponentManager.cs
- ContentType.cs
- ResolvedKeyFrameEntry.cs
- ClientSettings.cs
- RegistryKey.cs
- DLinqColumnProvider.cs
- GenericTextProperties.cs
- GroupBox.cs
- BooleanAnimationUsingKeyFrames.cs
- ContextQuery.cs
- GraphicsContainer.cs
- Proxy.cs
- UnsafeNativeMethods.cs
- TablePatternIdentifiers.cs
- DataGridViewCell.cs
- UIElementParagraph.cs
- RankException.cs
- BuildProviderAppliesToAttribute.cs
- FilterQueryOptionExpression.cs
- ToolStripContentPanel.cs
- XmlSchemaResource.cs
- EncoderNLS.cs
- RegexCompiler.cs
- Lasso.cs
- _BaseOverlappedAsyncResult.cs
- UriTemplateTable.cs
- CharEntityEncoderFallback.cs
- DataGridParentRows.cs
- MaskedTextBoxTextEditorDropDown.cs
- SqlInternalConnectionTds.cs
- PathStreamGeometryContext.cs
- Bitmap.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DesignerRegionCollection.cs
- ComponentResourceKey.cs
- DataControlFieldHeaderCell.cs
- ValidationPropertyAttribute.cs
- ConsumerConnectionPointCollection.cs
- SoapParser.cs
- ProfileServiceManager.cs
- GridViewCancelEditEventArgs.cs
- Expressions.cs
- Expressions.cs
- Int32Rect.cs
- Point3DCollection.cs
- WindowsGrip.cs
- CTreeGenerator.cs
- XmlnsDictionary.cs
- WebServiceClientProxyGenerator.cs
- DataControlButton.cs
- IdentityReference.cs
- WebPartDisplayModeEventArgs.cs
- DockPattern.cs
- LabelLiteral.cs
- MsmqQueue.cs
- ProtocolViolationException.cs
- DataGridViewRowsAddedEventArgs.cs
- ProcessExitedException.cs
- PerformanceCounterPermissionEntryCollection.cs
- RangeValuePattern.cs
- ContainsRowNumberChecker.cs
- DataSourceProvider.cs
- ItemMap.cs
- DBConnectionString.cs
- XmlAggregates.cs
- CookielessHelper.cs