Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridPageChangedEventArgs.cs / 1 / DataGridPageChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataGridPageChangedEventArgs : EventArgs { private object commandSource; private int newPageIndex; ///Provides data for /// the ////// event. /// public DataGridPageChangedEventArgs(object commandSource, int newPageIndex) { this.commandSource = commandSource; this.newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public object CommandSource { get { return commandSource; } } ///Gets the source of the command. This property is read-only. ////// public int NewPageIndex { get { return newPageIndex; } } } }Gets the index of the first new page to be displayed in the ///. /// This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TimelineGroup.cs
- DataGridViewCellValueEventArgs.cs
- PropertyChangingEventArgs.cs
- TryExpression.cs
- CompilationPass2TaskInternal.cs
- CodeMemberField.cs
- TemplateInstanceAttribute.cs
- SoapInteropTypes.cs
- SqlRewriteScalarSubqueries.cs
- HttpModuleAction.cs
- OpCopier.cs
- RSAPKCS1SignatureFormatter.cs
- BuildProviderCollection.cs
- DirectoryInfo.cs
- Matrix.cs
- AuthenticationModuleElementCollection.cs
- FixedSOMPageConstructor.cs
- WebOperationContext.cs
- ListSortDescription.cs
- DependencyPropertyHelper.cs
- CorrelationResolver.cs
- SqlConnectionPoolProviderInfo.cs
- ModelUtilities.cs
- ArgumentOutOfRangeException.cs
- TimeSpan.cs
- DataViewManager.cs
- Connection.cs
- DataGridViewColumnCollectionEditor.cs
- ConfigurationManager.cs
- DataControlCommands.cs
- ExecutionEngineException.cs
- CursorConverter.cs
- _FtpDataStream.cs
- KeyValueConfigurationCollection.cs
- DeobfuscatingStream.cs
- TargetInvocationException.cs
- ExecutionContext.cs
- Calendar.cs
- RelationalExpressions.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- SystemIPInterfaceStatistics.cs
- UIElementCollection.cs
- DrawingBrush.cs
- BitmapData.cs
- PathGeometry.cs
- ClientFormsIdentity.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- RemotingConfigParser.cs
- DiagnosticsConfigurationHandler.cs
- COM2Enum.cs
- FixedDSBuilder.cs
- serverconfig.cs
- NetNamedPipeSecurityMode.cs
- IPEndPoint.cs
- DataGridViewTopRowAccessibleObject.cs
- SessionEndingCancelEventArgs.cs
- SqlErrorCollection.cs
- WebServiceData.cs
- Filter.cs
- TagPrefixInfo.cs
- CultureTable.cs
- InheritedPropertyChangedEventArgs.cs
- NativeMethodsOther.cs
- SaveFileDialog.cs
- ByteFacetDescriptionElement.cs
- AttachInfo.cs
- ModelFunction.cs
- HtmlObjectListAdapter.cs
- XslAst.cs
- ContentElementAutomationPeer.cs
- ContextMenu.cs
- MatrixUtil.cs
- documentsequencetextpointer.cs
- InterleavedZipPartStream.cs
- StreamUpdate.cs
- SecurityHelper.cs
- Nullable.cs
- Button.cs
- DataRecord.cs
- ThreadExceptionDialog.cs
- DocumentPageHost.cs
- ConfigurationPermission.cs
- TitleStyle.cs
- XmlSecureResolver.cs
- ResourceDictionary.cs
- SequentialOutput.cs
- ManualResetEvent.cs
- ConnectionConsumerAttribute.cs
- CodeArrayIndexerExpression.cs
- X509CertificateEndpointIdentity.cs
- LocalizableResourceBuilder.cs
- FixedSOMLineCollection.cs
- TextStore.cs
- SoapUnknownHeader.cs
- KnownBoxes.cs
- EntitySetRetriever.cs
- HtmlInputFile.cs
- Stack.cs
- XmlCDATASection.cs
- PromptStyle.cs