Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.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
- TypeConverterMarkupExtension.cs
- AppDomainUnloadedException.cs
- WindowsIPAddress.cs
- ColorAnimation.cs
- ImageAnimator.cs
- GridViewUpdatedEventArgs.cs
- GroupBoxRenderer.cs
- BmpBitmapEncoder.cs
- DesigntimeLicenseContext.cs
- HttpDictionary.cs
- Internal.cs
- SiteMapSection.cs
- RootBrowserWindowProxy.cs
- StatusBarItemAutomationPeer.cs
- HttpRuntime.cs
- SspiWrapper.cs
- SafeHandle.cs
- Grammar.cs
- RpcAsyncResult.cs
- ParseChildrenAsPropertiesAttribute.cs
- MultiTrigger.cs
- ListArgumentProvider.cs
- MachineKeySection.cs
- PeerReferralPolicy.cs
- StatusBarPanelClickEvent.cs
- SimpleTableProvider.cs
- SkewTransform.cs
- XmlSchema.cs
- DoubleConverter.cs
- FullTrustAssembliesSection.cs
- DataGridViewCellEventArgs.cs
- FilteredAttributeCollection.cs
- Base64Decoder.cs
- TripleDES.cs
- _HelperAsyncResults.cs
- EventDrivenDesigner.cs
- AssociationSetEnd.cs
- XmlDocumentFragment.cs
- PriorityChain.cs
- DataGridViewToolTip.cs
- ActionItem.cs
- updatecommandorderer.cs
- DataReaderContainer.cs
- WebServiceTypeData.cs
- SafeSystemMetrics.cs
- XhtmlBasicPhoneCallAdapter.cs
- NumberFunctions.cs
- IntPtr.cs
- QilUnary.cs
- AnonymousIdentificationSection.cs
- IssuedTokenServiceElement.cs
- ExpressionConverter.cs
- DataSourceControlBuilder.cs
- Utility.cs
- RIPEMD160Managed.cs
- ProtocolReflector.cs
- XmlSerializerAssemblyAttribute.cs
- GridEntryCollection.cs
- TakeQueryOptionExpression.cs
- MemberAssignment.cs
- ClickablePoint.cs
- CheckBoxField.cs
- DataException.cs
- DataGridViewCellConverter.cs
- SBCSCodePageEncoding.cs
- StyleBamlTreeBuilder.cs
- TextBoxView.cs
- PrePrepareMethodAttribute.cs
- CodeArrayIndexerExpression.cs
- CodeIndexerExpression.cs
- CategoryGridEntry.cs
- FormsAuthenticationEventArgs.cs
- GroupQuery.cs
- SQLMoney.cs
- SQLMoney.cs
- Int16Storage.cs
- DefaultSettingsSection.cs
- DecimalAnimation.cs
- CurrentChangedEventManager.cs
- ThreadPool.cs
- PathGradientBrush.cs
- ListManagerBindingsCollection.cs
- Pen.cs
- DrawItemEvent.cs
- Splitter.cs
- LocatorPartList.cs
- AffineTransform3D.cs
- CacheDict.cs
- Rules.cs
- CroppedBitmap.cs
- XmlSchemaProviderAttribute.cs
- ScaleTransform.cs
- ServiceDiscoveryElement.cs
- Dictionary.cs
- CLRBindingWorker.cs
- SqlTypeConverter.cs
- ItemsControl.cs
- CultureInfoConverter.cs
- ProviderException.cs
- DataGridRowDetailsEventArgs.cs