Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / PagePropertiesChangingEventArgs.cs / 1305376 / PagePropertiesChangingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; using System.Web.UI; namespace System.Web.UI.WebControls { public class PagePropertiesChangingEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; public PagePropertiesChangingEventArgs(int startRowIndex, int maximumRows) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SerializerWriterEventHandlers.cs
- DBAsyncResult.cs
- DragEventArgs.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- WebPartVerbsEventArgs.cs
- DataGridViewImageColumn.cs
- CodeTypeParameterCollection.cs
- EventLogWatcher.cs
- XmlDataSourceView.cs
- WasAdminWrapper.cs
- EntityDataSourceContainerNameConverter.cs
- ObjectContext.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- XhtmlBasicLinkAdapter.cs
- SplitContainer.cs
- CreateCardRequest.cs
- SqlDataSourceCache.cs
- XmlComment.cs
- _HelperAsyncResults.cs
- Content.cs
- Typography.cs
- InternalDispatchObject.cs
- Trigger.cs
- DecimalAnimationUsingKeyFrames.cs
- BamlTreeNode.cs
- BinaryOperationBinder.cs
- IQueryable.cs
- DependencySource.cs
- QilFactory.cs
- StyleTypedPropertyAttribute.cs
- PopupRootAutomationPeer.cs
- OperationContractGenerationContext.cs
- CodeChecksumPragma.cs
- DataGrid.cs
- CommandField.cs
- XmlLanguage.cs
- PolygonHotSpot.cs
- DataMember.cs
- SaveFileDialog.cs
- DataFormat.cs
- GeneralTransform3DCollection.cs
- WebPartZoneCollection.cs
- EntityDesignerDataSourceView.cs
- WebPartConnection.cs
- ObfuscateAssemblyAttribute.cs
- SymDocumentType.cs
- HttpHandlersSection.cs
- ObjectQueryState.cs
- ViewManager.cs
- HebrewCalendar.cs
- ListViewSelectEventArgs.cs
- LinqExpressionNormalizer.cs
- ReadOnlyCollectionBase.cs
- designeractionbehavior.cs
- DataSourceGroupCollection.cs
- CachedFontFamily.cs
- LazyLoadBehavior.cs
- ButtonBase.cs
- UnsafeNativeMethods.cs
- login.cs
- ProfileService.cs
- arc.cs
- AsymmetricKeyExchangeFormatter.cs
- ExceptionUtil.cs
- RepeatButtonAutomationPeer.cs
- DataBindingCollection.cs
- BamlStream.cs
- ListSortDescription.cs
- DynamicILGenerator.cs
- RoleGroup.cs
- ContentHostHelper.cs
- OdbcInfoMessageEvent.cs
- _FtpControlStream.cs
- UnsafeNativeMethods.cs
- DataColumn.cs
- RelatedView.cs
- ProfileService.cs
- xml.cs
- SettingsBase.cs
- ToolZoneDesigner.cs
- AnimatedTypeHelpers.cs
- ThreadAbortException.cs
- Bezier.cs
- BrushValueSerializer.cs
- DefaultBinder.cs
- CodeIdentifier.cs
- XmlDesignerDataSourceView.cs
- UrlMapping.cs
- WeakReadOnlyCollection.cs
- AttachmentService.cs
- PageContentAsyncResult.cs
- FunctionImportMapping.cs
- SQLStringStorage.cs
- DefaultBinder.cs
- SHA1.cs
- Light.cs
- LambdaCompiler.cs
- Parallel.cs
- StackSpiller.Generated.cs
- CurrentChangingEventManager.cs