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
- DataGridHeadersVisibilityToVisibilityConverter.cs
- RectKeyFrameCollection.cs
- Set.cs
- FlowDocumentReader.cs
- LinqToSqlWrapper.cs
- PixelShader.cs
- JapaneseCalendar.cs
- StringDictionary.cs
- SoapExtensionReflector.cs
- SignatureDescription.cs
- KeyBinding.cs
- Span.cs
- BaseTemplateBuildProvider.cs
- SectionVisual.cs
- EmptyElement.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Authorization.cs
- RectangleHotSpot.cs
- XPathQueryGenerator.cs
- ListBoxItem.cs
- DecimalConstantAttribute.cs
- CalendarTable.cs
- WebServiceData.cs
- GPPOINTF.cs
- NamedPipeProcessProtocolHandler.cs
- RuntimeResourceSet.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- PathFigureCollection.cs
- DbFunctionCommandTree.cs
- ByteStack.cs
- CodeCastExpression.cs
- TableRow.cs
- DecoderExceptionFallback.cs
- ProfileBuildProvider.cs
- SafeHandle.cs
- CalendarAutomationPeer.cs
- AnnotationResource.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- Model3D.cs
- ReflectionServiceProvider.cs
- UpDownEvent.cs
- DelimitedListTraceListener.cs
- SqlDeflator.cs
- sqlnorm.cs
- RelOps.cs
- Stack.cs
- __Filters.cs
- ProfileSettingsCollection.cs
- MembershipValidatePasswordEventArgs.cs
- Set.cs
- TypeElement.cs
- EnumerableCollectionView.cs
- DesignerRegionCollection.cs
- RegexReplacement.cs
- Message.cs
- State.cs
- DataGridCaption.cs
- ActivityCodeDomReferenceService.cs
- ProfilePropertySettingsCollection.cs
- DateTimeConstantAttribute.cs
- DefaultParameterValueAttribute.cs
- CodeThrowExceptionStatement.cs
- CodeValidator.cs
- SystemResources.cs
- ContentFilePart.cs
- AstTree.cs
- IisTraceWebEventProvider.cs
- FilteredAttributeCollection.cs
- HtmlInputButton.cs
- KeyManager.cs
- LinkButton.cs
- SQLRoleProvider.cs
- StrongName.cs
- DataGrid.cs
- CallContext.cs
- BufferCache.cs
- StorageScalarPropertyMapping.cs
- ComponentEditorPage.cs
- SqlMethodTransformer.cs
- DigitShape.cs
- Frame.cs
- KeyConverter.cs
- Stack.cs
- ColumnCollectionEditor.cs
- WindowsButton.cs
- ImageAutomationPeer.cs
- SortDescriptionCollection.cs
- EntityDataSourceContainerNameConverter.cs
- WebPartUserCapability.cs
- ThreadAttributes.cs
- ImageCodecInfoPrivate.cs
- AsyncOperation.cs
- XPathDocumentBuilder.cs
- HTMLTextWriter.cs
- OrCondition.cs
- Button.cs
- FlowPosition.cs
- XmlAttributeOverrides.cs
- Activity.cs
- CharacterMetrics.cs