Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EndpointAddress10.cs
- BindingManagerDataErrorEventArgs.cs
- XmlRawWriterWrapper.cs
- ListViewTableRow.cs
- SamlAttribute.cs
- MultiplexingFormatMapping.cs
- Accessible.cs
- CodeTypeDelegate.cs
- BaseCollection.cs
- PersistenceTypeAttribute.cs
- WindowsAuthenticationModule.cs
- TypeSystem.cs
- HashCodeCombiner.cs
- BooleanKeyFrameCollection.cs
- ValidationPropertyAttribute.cs
- SafeReversePInvokeHandle.cs
- ExplicitDiscriminatorMap.cs
- SmiGettersStream.cs
- IntegerValidatorAttribute.cs
- SQlBooleanStorage.cs
- ActiveDocumentEvent.cs
- ListViewDeleteEventArgs.cs
- LambdaCompiler.Unary.cs
- FocusChangedEventArgs.cs
- IPipelineRuntime.cs
- EnterpriseServicesHelper.cs
- SafeBitVector32.cs
- StructureChangedEventArgs.cs
- HashAlgorithm.cs
- CellTreeNode.cs
- ButtonFieldBase.cs
- TextEditorSelection.cs
- PowerStatus.cs
- CachedTypeface.cs
- DataListItemEventArgs.cs
- TailPinnedEventArgs.cs
- WeakReference.cs
- IisTraceListener.cs
- SQLDoubleStorage.cs
- Size3D.cs
- ItemAutomationPeer.cs
- SvcMapFile.cs
- ReaderOutput.cs
- NavigationCommands.cs
- DesignerDataConnection.cs
- PersonalizableTypeEntry.cs
- XsdCachingReader.cs
- DesignerTextViewAdapter.cs
- GeometryConverter.cs
- X509Certificate2Collection.cs
- __FastResourceComparer.cs
- IndexedString.cs
- DefaultPrintController.cs
- AdjustableArrowCap.cs
- XmlSchemaFacet.cs
- CodeMethodReturnStatement.cs
- DataContractSet.cs
- DoubleMinMaxAggregationOperator.cs
- OdbcRowUpdatingEvent.cs
- FixedTextContainer.cs
- AutoGeneratedField.cs
- TextWriterEngine.cs
- PersonalizationProvider.cs
- ProtocolViolationException.cs
- EventlogProvider.cs
- DocumentScope.cs
- EventLogException.cs
- EmissiveMaterial.cs
- VariableQuery.cs
- VariableAction.cs
- EventLogTraceListener.cs
- EncryptedKey.cs
- OuterGlowBitmapEffect.cs
- TranslateTransform.cs
- LayoutUtils.cs
- JoinQueryOperator.cs
- AnnotationHelper.cs
- XmlRawWriter.cs
- CqlLexer.cs
- InlineObject.cs
- XMLSyntaxException.cs
- FocusManager.cs
- Queue.cs
- Monitor.cs
- CustomValidator.cs
- CriticalFileToken.cs
- NavigationFailedEventArgs.cs
- SqlCrossApplyToCrossJoin.cs
- SliderAutomationPeer.cs
- SelectedDatesCollection.cs
- MenuBindingsEditor.cs
- HttpCacheVary.cs
- SequentialWorkflowRootDesigner.cs
- WebHostScriptMappingsInstallComponent.cs
- webproxy.cs
- ApplicationBuildProvider.cs
- LinkArea.cs
- BypassElementCollection.cs
- XmlSortKey.cs
- MethodCallConverter.cs