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
- PenThread.cs
- WebBaseEventKeyComparer.cs
- DataGridViewColumnHeaderCell.cs
- MobileRedirect.cs
- EntityDesignerDataSourceView.cs
- SwitchCase.cs
- IndicFontClient.cs
- WsdlParser.cs
- BuildProviderCollection.cs
- XmlExpressionDumper.cs
- KeyNotFoundException.cs
- QueryUtil.cs
- NoPersistScope.cs
- TrustSection.cs
- ParallelDesigner.cs
- ControlSerializer.cs
- ValidatorCollection.cs
- PreservationFileReader.cs
- Coordinator.cs
- RIPEMD160Managed.cs
- Transform3D.cs
- PersonalizationProviderHelper.cs
- PageThemeBuildProvider.cs
- ListViewDataItem.cs
- BindingList.cs
- Light.cs
- BasicViewGenerator.cs
- rsa.cs
- FormViewCommandEventArgs.cs
- EncodingNLS.cs
- AutoGeneratedFieldProperties.cs
- ToolZone.cs
- CompareValidator.cs
- NetSectionGroup.cs
- KeyManager.cs
- EncoderParameters.cs
- ComboBox.cs
- VisualBrush.cs
- AppDomainProtocolHandler.cs
- ErrorLog.cs
- AddDataControlFieldDialog.cs
- CardSpaceException.cs
- PopupRootAutomationPeer.cs
- ASCIIEncoding.cs
- OracleDateTime.cs
- Nodes.cs
- Int32CollectionConverter.cs
- PreservationFileWriter.cs
- entityreference_tresulttype.cs
- TextLine.cs
- AccessViolationException.cs
- SmiMetaDataProperty.cs
- SqlNode.cs
- UnsafeNativeMethods.cs
- CookieHandler.cs
- PropertyToken.cs
- DataGridCell.cs
- SkewTransform.cs
- SqlException.cs
- LinkTarget.cs
- TrustManager.cs
- ValueUtilsSmi.cs
- EventSourceCreationData.cs
- WebHttpBindingElement.cs
- WorkflowWebHostingModule.cs
- ArrangedElement.cs
- ListenerElementsCollection.cs
- XmlHierarchicalEnumerable.cs
- CloudCollection.cs
- EpmSyndicationContentDeSerializer.cs
- TrustLevelCollection.cs
- DESCryptoServiceProvider.cs
- Int32RectConverter.cs
- AttributeCollection.cs
- WindowsListBox.cs
- BitmapFrameDecode.cs
- DescendentsWalker.cs
- RenderingBiasValidation.cs
- WindowsFormsHelpers.cs
- cookieexception.cs
- XsltQilFactory.cs
- SolidColorBrush.cs
- unsafeIndexingFilterStream.cs
- ToolBarButtonClickEvent.cs
- PerfService.cs
- ListSourceHelper.cs
- Polyline.cs
- FixedSOMSemanticBox.cs
- DispatchChannelSink.cs
- IMembershipProvider.cs
- FontStretches.cs
- RuntimeArgumentHandle.cs
- HttpPostedFileWrapper.cs
- RowSpanVector.cs
- ClientRuntimeConfig.cs
- XmlBufferReader.cs
- InvokeAction.cs
- smtpconnection.cs
- DBSqlParserTableCollection.cs
- MissingSatelliteAssemblyException.cs