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
- ApplicationException.cs
- _emptywebproxy.cs
- CharacterShapingProperties.cs
- DateTimeFormatInfo.cs
- ApplicationHost.cs
- InternalCache.cs
- MouseDevice.cs
- DataGridTextBoxColumn.cs
- TemplatedWizardStep.cs
- RegistryKey.cs
- ChangeNode.cs
- Version.cs
- SignatureDescription.cs
- InternalsVisibleToAttribute.cs
- SqlBulkCopyColumnMappingCollection.cs
- ByeMessageCD1.cs
- ColumnClickEvent.cs
- References.cs
- TextEmbeddedObject.cs
- CompilerError.cs
- TextOutput.cs
- SqlDataSourceConfigureSelectPanel.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- StatusBarPanelClickEvent.cs
- ActionFrame.cs
- NamespaceEmitter.cs
- StreamingContext.cs
- WsdlBuildProvider.cs
- TableItemPattern.cs
- SelectionPatternIdentifiers.cs
- Adorner.cs
- HtmlInputCheckBox.cs
- Trigger.cs
- TextTreeRootTextBlock.cs
- UrlPath.cs
- SeekStoryboard.cs
- ClientSettingsStore.cs
- AssemblyAttributesGoHere.cs
- TextViewBase.cs
- Sentence.cs
- ControlAdapter.cs
- CurrentChangingEventArgs.cs
- FileNotFoundException.cs
- SafeWaitHandle.cs
- PointF.cs
- MaskedTextProvider.cs
- MetabaseServerConfig.cs
- SpellerStatusTable.cs
- ServiceContractViewControl.Designer.cs
- SchemaCollectionPreprocessor.cs
- CompoundFileStreamReference.cs
- ISCIIEncoding.cs
- WebPartDisplayModeEventArgs.cs
- HtmlInputReset.cs
- HandleCollector.cs
- DataGridViewEditingControlShowingEventArgs.cs
- ActiveXContainer.cs
- DataGridViewTextBoxCell.cs
- SpeechRecognizer.cs
- XmlSortKeyAccumulator.cs
- ApplicationInfo.cs
- TextLineResult.cs
- Resources.Designer.cs
- ObjectComplexPropertyMapping.cs
- HierarchicalDataSourceControl.cs
- PrePrepareMethodAttribute.cs
- ElementAction.cs
- DrawingCollection.cs
- XmlSchemaSimpleContent.cs
- IPAddress.cs
- PortCache.cs
- WebSysDescriptionAttribute.cs
- XmlSchemaObjectCollection.cs
- XPathDocumentIterator.cs
- MenuStrip.cs
- VersionPair.cs
- AxisAngleRotation3D.cs
- ReachFixedDocumentSerializerAsync.cs
- IDQuery.cs
- ImplicitInputBrush.cs
- ConsoleTraceListener.cs
- Metadata.cs
- Effect.cs
- FontDialog.cs
- FileSecurity.cs
- XmlSerializerNamespaces.cs
- DataProtection.cs
- CacheForPrimitiveTypes.cs
- UrlPath.cs
- DesignerValidationSummaryAdapter.cs
- Function.cs
- SHA512Managed.cs
- CallbackException.cs
- DataGridViewRowPrePaintEventArgs.cs
- HeaderedContentControl.cs
- Timeline.cs
- BodyGlyph.cs
- UnknownBitmapEncoder.cs
- SortExpressionBuilder.cs
- ExpandSegment.cs