Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- XdrBuilder.cs
- ColumnResizeAdorner.cs
- CaretElement.cs
- CharacterString.cs
- TopClause.cs
- RegistryPermission.cs
- XmlSchemaFacet.cs
- PackUriHelper.cs
- RSAOAEPKeyExchangeDeformatter.cs
- IPAddressCollection.cs
- ReadOnlyAttribute.cs
- CorePropertiesFilter.cs
- DesignerVerb.cs
- XmlSchemas.cs
- IntPtr.cs
- ComplexTypeEmitter.cs
- ParseHttpDate.cs
- InputBindingCollection.cs
- EditingCoordinator.cs
- InheritanceUI.cs
- EventArgs.cs
- FtpRequestCacheValidator.cs
- XmlExpressionDumper.cs
- InternalConfigSettingsFactory.cs
- BaseResourcesBuildProvider.cs
- MruCache.cs
- SelectionListComponentEditor.cs
- HttpServerVarsCollection.cs
- TextRunCache.cs
- MouseButton.cs
- XpsPartBase.cs
- XPathPatternBuilder.cs
- Expression.cs
- ObjectFullSpanRewriter.cs
- InitializationEventAttribute.cs
- RotateTransform.cs
- TableItemStyle.cs
- activationcontext.cs
- XmlStringTable.cs
- CellPartitioner.cs
- DSASignatureDeformatter.cs
- safelinkcollection.cs
- NameValuePair.cs
- HandlerFactoryWrapper.cs
- ServicePointManager.cs
- TextDecorationUnitValidation.cs
- TextPointerBase.cs
- FusionWrap.cs
- PersonalizationState.cs
- NameValuePermission.cs
- Floater.cs
- ControlTemplate.cs
- DrawingCollection.cs
- StateElementCollection.cs
- WebServiceMethodData.cs
- DebuggerAttributes.cs
- ConstructorNeedsTagAttribute.cs
- _AuthenticationState.cs
- FontUnitConverter.cs
- PrePrepareMethodAttribute.cs
- StylusEventArgs.cs
- Enlistment.cs
- QuadraticBezierSegment.cs
- Imaging.cs
- ResXResourceReader.cs
- LassoSelectionBehavior.cs
- OleDbConnectionInternal.cs
- SchemaImporterExtension.cs
- HtmlCalendarAdapter.cs
- MonitorWrapper.cs
- DataGridViewCellMouseEventArgs.cs
- FileUpload.cs
- SafeBitVector32.cs
- BooleanFacetDescriptionElement.cs
- util.cs
- UrlParameterReader.cs
- UnaryExpressionHelper.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- ModuleConfigurationInfo.cs
- CreateRefExpr.cs
- printdlgexmarshaler.cs
- DataGridState.cs
- TextRangeBase.cs
- MailMessageEventArgs.cs
- SchemaObjectWriter.cs
- DataGridViewTopRowAccessibleObject.cs
- ProfileSettings.cs
- VScrollProperties.cs
- TextRenderer.cs
- TransportReplyChannelAcceptor.cs
- LineServicesCallbacks.cs
- SvcFileManager.cs
- ErrorReporting.cs
- EpmSyndicationContentDeSerializer.cs
- ThemeableAttribute.cs
- Pointer.cs
- EdmComplexPropertyAttribute.cs
- RemoteWebConfigurationHost.cs
- IRCollection.cs
- DPTypeDescriptorContext.cs