Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / PageEventArgs.cs / 1305376 / PageEventArgs.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 PageEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; private int _totalRowCount; public PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; _totalRowCount = totalRowCount; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } public int TotalRowCount { get { return _totalRowCount; } } } } // 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 PageEventArgs : EventArgs { private int _startRowIndex; private int _maximumRows; private int _totalRowCount; public PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount) { _startRowIndex = startRowIndex; _maximumRows = maximumRows; _totalRowCount = totalRowCount; } public int MaximumRows { get { return _maximumRows; } } public int StartRowIndex { get { return _startRowIndex; } } public int TotalRowCount { get { return _totalRowCount; } } } } // 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
- HtmlInputHidden.cs
- WebDescriptionAttribute.cs
- SymmetricAlgorithm.cs
- XhtmlMobileTextWriter.cs
- FreezableOperations.cs
- TemplateBindingExpression.cs
- ListViewCommandEventArgs.cs
- ComplexBindingPropertiesAttribute.cs
- ConfigXmlSignificantWhitespace.cs
- ZipIOFileItemStream.cs
- SiteIdentityPermission.cs
- ProcessHostMapPath.cs
- TreeNodeBindingCollection.cs
- LogPolicy.cs
- KnownBoxes.cs
- DataObject.cs
- Image.cs
- PermissionSetTriple.cs
- TextLineBreak.cs
- EntityDataSourceDataSelectionPanel.cs
- CodeExporter.cs
- ByteStorage.cs
- XmlName.cs
- HashSetDebugView.cs
- ScriptControlDescriptor.cs
- TileBrush.cs
- ZipPackage.cs
- NotifyParentPropertyAttribute.cs
- FacetValues.cs
- _SSPIWrapper.cs
- SafeFileMappingHandle.cs
- NonBatchDirectoryCompiler.cs
- SafeBitVector32.cs
- AffineTransform3D.cs
- StateItem.cs
- WpfPayload.cs
- _ServiceNameStore.cs
- ReadOnlyTernaryTree.cs
- ParameterCollection.cs
- URLIdentityPermission.cs
- EncryptedData.cs
- Simplifier.cs
- BlurEffect.cs
- RegexMatch.cs
- TimerElapsedEvenArgs.cs
- FormParameter.cs
- SchemaType.cs
- ConfigurationPermission.cs
- CodeArgumentReferenceExpression.cs
- CellParagraph.cs
- TypeSchema.cs
- MemberInfoSerializationHolder.cs
- ResolvedKeyFrameEntry.cs
- InternalSafeNativeMethods.cs
- CacheMemory.cs
- XmlBufferReader.cs
- StylusPlugin.cs
- XmlSchemas.cs
- NetSectionGroup.cs
- ValidationSummary.cs
- ExpressionBindingCollection.cs
- TableRowGroup.cs
- XmlSerializerAssemblyAttribute.cs
- DeferredReference.cs
- DeviceContext.cs
- InternalResources.cs
- MachineKeySection.cs
- TextParaLineResult.cs
- DateTimeSerializationSection.cs
- RealProxy.cs
- FunctionNode.cs
- ZipPackage.cs
- Geometry.cs
- BStrWrapper.cs
- LinqMaximalSubtreeNominator.cs
- TextPatternIdentifiers.cs
- TagElement.cs
- ClientProxyGenerator.cs
- ExportOptions.cs
- SafeSystemMetrics.cs
- Slider.cs
- SqlCachedBuffer.cs
- ObjectPropertyMapping.cs
- DataSourceExpression.cs
- ThemeDictionaryExtension.cs
- EventLogTraceListener.cs
- IUnknownConstantAttribute.cs
- StorageAssociationSetMapping.cs
- DrawingGroup.cs
- CodeNamespaceCollection.cs
- _OverlappedAsyncResult.cs
- XmlSerializationGeneratedCode.cs
- FakeModelPropertyImpl.cs
- DataRowView.cs
- Rect3DConverter.cs
- BuildProvider.cs
- PartitionResolver.cs
- BuildProvidersCompiler.cs
- documentation.cs
- ValidatorCompatibilityHelper.cs