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
- SynchronizationLockException.cs
- DoubleKeyFrameCollection.cs
- MetadataCacheItem.cs
- MessageBuffer.cs
- Closure.cs
- PropertyTabAttribute.cs
- ApplicationDirectoryMembershipCondition.cs
- IFlowDocumentViewer.cs
- NonParentingControl.cs
- ZoneLinkButton.cs
- ManagedWndProcTracker.cs
- RegularExpressionValidator.cs
- Cursors.cs
- ExpressionsCollectionEditor.cs
- WebPartEditVerb.cs
- FormClosingEvent.cs
- TextTreeTextNode.cs
- ScriptResourceAttribute.cs
- TypeLibConverter.cs
- SessionStateUtil.cs
- DiscardableAttribute.cs
- NavigatingCancelEventArgs.cs
- XmlSchemaSubstitutionGroup.cs
- DoubleIndependentAnimationStorage.cs
- SourceFileBuildProvider.cs
- PrintDialog.cs
- TdsParserStaticMethods.cs
- ConfigUtil.cs
- UrlAuthFailedErrorFormatter.cs
- UncommonField.cs
- HtmlCommandAdapter.cs
- documentation.cs
- WinInetCache.cs
- RuntimeConfig.cs
- QuadraticEase.cs
- FixedNode.cs
- OverrideMode.cs
- RegistrySecurity.cs
- SimpleType.cs
- PropertyRef.cs
- ConfigurationLoaderException.cs
- StringFunctions.cs
- DynamicResourceExtensionConverter.cs
- CodeMemberField.cs
- Missing.cs
- SqlDataSourceStatusEventArgs.cs
- PresentationTraceSources.cs
- DecimalConstantAttribute.cs
- DetailsViewPagerRow.cs
- TemplateBuilder.cs
- WizardPanel.cs
- SettingsProviderCollection.cs
- IDQuery.cs
- RemotingConfiguration.cs
- LoginCancelEventArgs.cs
- altserialization.cs
- Function.cs
- WindowsRegion.cs
- WindowsListViewItemStartMenu.cs
- PathSegment.cs
- Rect3D.cs
- Page.cs
- TreeChangeInfo.cs
- MediaEntryAttribute.cs
- RawMouseInputReport.cs
- PolicyUnit.cs
- SafeRegistryKey.cs
- IPEndPoint.cs
- ForEachAction.cs
- ConfigXmlComment.cs
- ScriptControl.cs
- SiteMapProvider.cs
- XmlUTF8TextReader.cs
- BitmapEffect.cs
- ControlCollection.cs
- DoWorkEventArgs.cs
- CanonicalizationDriver.cs
- ControlBuilder.cs
- QilInvokeEarlyBound.cs
- HttpException.cs
- NotImplementedException.cs
- StylusPoint.cs
- DesignTimeParseData.cs
- StylesEditorDialog.cs
- TextElementAutomationPeer.cs
- Duration.cs
- StateBag.cs
- LocalizationComments.cs
- UnSafeCharBuffer.cs
- DbgUtil.cs
- OleDbDataReader.cs
- MethodBody.cs
- PageThemeCodeDomTreeGenerator.cs
- TableLayoutSettingsTypeConverter.cs
- TagMapInfo.cs
- DesignerHierarchicalDataSourceView.cs
- Atom10FormatterFactory.cs
- MarshalDirectiveException.cs
- TraceEventCache.cs
- WebPartTransformerAttribute.cs