Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthenticateEventArgs.cs
- querybuilder.cs
- WebPageTraceListener.cs
- RepeaterCommandEventArgs.cs
- DesignTimeSiteMapProvider.cs
- WebPartManagerInternals.cs
- DataGridSortCommandEventArgs.cs
- UdpUtility.cs
- ToolStripSplitStackLayout.cs
- OleDbDataAdapter.cs
- ModuleConfigurationInfo.cs
- InvokePattern.cs
- DocumentPage.cs
- InheritanceRules.cs
- ProcessModuleCollection.cs
- BrowserCapabilitiesCompiler.cs
- CodeCatchClauseCollection.cs
- NextPreviousPagerField.cs
- SoapReflectionImporter.cs
- regiisutil.cs
- AnnotationMap.cs
- OpenFileDialog.cs
- ConstructorNeedsTagAttribute.cs
- DefaultWorkflowLoaderService.cs
- CompilationRelaxations.cs
- TextEffect.cs
- ModulesEntry.cs
- MessagingDescriptionAttribute.cs
- ClientConfigPaths.cs
- TypeConverterHelper.cs
- DataConnectionHelper.cs
- BitmapImage.cs
- DataGridColumnHeaderCollection.cs
- KeyedHashAlgorithm.cs
- PinProtectionHelper.cs
- ConfigurationPropertyAttribute.cs
- XamlFilter.cs
- TemplateControlCodeDomTreeGenerator.cs
- HashHelper.cs
- Rect3DConverter.cs
- SymmetricSecurityBindingElement.cs
- ScaleTransform3D.cs
- MeshGeometry3D.cs
- XmlElementList.cs
- Stylus.cs
- InkCollectionBehavior.cs
- CornerRadiusConverter.cs
- counter.cs
- CheckedPointers.cs
- AvtEvent.cs
- MimeObjectFactory.cs
- XsltCompileContext.cs
- ComponentCommands.cs
- Int16AnimationUsingKeyFrames.cs
- MobileTextWriter.cs
- StorageEntitySetMapping.cs
- cache.cs
- CodeDOMProvider.cs
- StrokeSerializer.cs
- GcHandle.cs
- TdsValueSetter.cs
- SoapFormatter.cs
- EdmProperty.cs
- ClockGroup.cs
- DocumentViewerHelper.cs
- ProfileGroupSettingsCollection.cs
- ContextMenuService.cs
- ReadOnlyHierarchicalDataSource.cs
- Visitors.cs
- UidManager.cs
- ADRoleFactory.cs
- cookiecontainer.cs
- NumericExpr.cs
- EventTrigger.cs
- RelatedImageListAttribute.cs
- CompositeClientFormatter.cs
- __TransparentProxy.cs
- VectorConverter.cs
- ObjectViewListener.cs
- CellIdBoolean.cs
- CalloutQueueItem.cs
- UrlAuthorizationModule.cs
- HWStack.cs
- ComponentManagerBroker.cs
- SvcMapFileSerializer.cs
- MgmtResManager.cs
- figurelengthconverter.cs
- ComPlusServiceHost.cs
- FieldNameLookup.cs
- AssemblyAssociatedContentFileAttribute.cs
- AxHost.cs
- BindingCompleteEventArgs.cs
- LinqDataSourceContextEventArgs.cs
- OperationResponse.cs
- ContentElement.cs
- ExpressionBuilder.cs
- ListBox.cs
- RoutedEventValueSerializer.cs
- ReaderOutput.cs
- FusionWrap.cs