Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / PagePropertiesChangingEventArgs.cs / 1 / 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 { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathStreamGeometryContext.cs
- CodeIndexerExpression.cs
- CollectionContainer.cs
- PointLight.cs
- SortedSetDebugView.cs
- BoolExpressionVisitors.cs
- SqlCharStream.cs
- Rectangle.cs
- NativeRightsManagementAPIsStructures.cs
- XMLSyntaxException.cs
- AsyncCompletedEventArgs.cs
- GeometryGroup.cs
- TreeNodeEventArgs.cs
- ContractSearchPattern.cs
- CompletedAsyncResult.cs
- CdpEqualityComparer.cs
- FixedTextSelectionProcessor.cs
- SoapFault.cs
- SortAction.cs
- SqlDataSourceCache.cs
- PrimitiveXmlSerializers.cs
- RouteValueExpressionBuilder.cs
- ImageField.cs
- Lease.cs
- WebPartVerb.cs
- ListBoxItem.cs
- DtcInterfaces.cs
- DockingAttribute.cs
- mactripleDES.cs
- OleDbDataReader.cs
- precedingquery.cs
- DesigntimeLicenseContextSerializer.cs
- LeaseManager.cs
- ConsoleCancelEventArgs.cs
- DrawingVisualDrawingContext.cs
- HttpClientCertificate.cs
- HttpListenerException.cs
- Brush.cs
- SignalGate.cs
- AsynchronousChannelMergeEnumerator.cs
- RegisteredDisposeScript.cs
- ManagementOptions.cs
- UnsafeCollabNativeMethods.cs
- EntityClientCacheKey.cs
- SystemResourceHost.cs
- CompressionTransform.cs
- Misc.cs
- Trace.cs
- SqlDataRecord.cs
- IBuiltInEvidence.cs
- Point3DCollection.cs
- Stack.cs
- TypeInfo.cs
- DataGridViewImageColumn.cs
- CompositionAdorner.cs
- ResolveMatches11.cs
- ExpandoClass.cs
- ComboBox.cs
- ObjectCacheSettings.cs
- OleDbParameter.cs
- BaseDataList.cs
- ISAPIApplicationHost.cs
- SourceFileBuildProvider.cs
- XmlSchemaSequence.cs
- CodeActivityMetadata.cs
- FormParameter.cs
- DbMetaDataCollectionNames.cs
- CompilerResults.cs
- Resources.Designer.cs
- HttpStreamMessageEncoderFactory.cs
- LinqDataSource.cs
- DeviceSpecificChoice.cs
- PointAnimationUsingKeyFrames.cs
- DataGridViewComboBoxColumn.cs
- ActivationArguments.cs
- ACL.cs
- EndpointIdentity.cs
- CommonProperties.cs
- XmlSchemaAttribute.cs
- querybuilder.cs
- MembershipSection.cs
- ManipulationLogic.cs
- CodeRemoveEventStatement.cs
- WebPartHeaderCloseVerb.cs
- NoneExcludedImageIndexConverter.cs
- SchemaObjectWriter.cs
- XmlNamedNodeMap.cs
- connectionpool.cs
- Span.cs
- HttpRuntimeSection.cs
- ExpressionBuilderContext.cs
- PartialList.cs
- XmlBufferedByteStreamReader.cs
- ColumnMapProcessor.cs
- MobileUITypeEditor.cs
- SessionKeyExpiredException.cs
- CompilerScopeManager.cs
- XmlEntityReference.cs
- UnSafeCharBuffer.cs
- ImageDrawing.cs