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
- XmlSchemaAny.cs
- Section.cs
- CustomValidator.cs
- EventLogger.cs
- Privilege.cs
- StylusSystemGestureEventArgs.cs
- PartialTrustValidationBehavior.cs
- COM2ExtendedUITypeEditor.cs
- AdjustableArrowCap.cs
- HttpListener.cs
- BindingMAnagerBase.cs
- GeometryConverter.cs
- XmlQualifiedName.cs
- ToolboxItemAttribute.cs
- X509SubjectKeyIdentifierClause.cs
- ListControlConvertEventArgs.cs
- HtmlInputControl.cs
- TextRange.cs
- InternalBufferOverflowException.cs
- mediaeventshelper.cs
- FormViewUpdatedEventArgs.cs
- AttributeCollection.cs
- BrowsableAttribute.cs
- SafeFileMapViewHandle.cs
- CompiledQuery.cs
- ImageDrawing.cs
- GlyphTypeface.cs
- NamespaceInfo.cs
- DeferredRunTextReference.cs
- AuthenticationSchemesHelper.cs
- ClientConfigurationSystem.cs
- PhoneCall.cs
- ColumnMapCopier.cs
- MetadataItemCollectionFactory.cs
- SessionStateSection.cs
- RouteItem.cs
- StylusSystemGestureEventArgs.cs
- SimpleExpression.cs
- DeviceContext.cs
- Transform.cs
- BitmapSizeOptions.cs
- SoapInteropTypes.cs
- HebrewNumber.cs
- WmfPlaceableFileHeader.cs
- DynamicQueryableWrapper.cs
- MsmqInputChannelListener.cs
- DataServiceCollectionOfT.cs
- SoapServerProtocol.cs
- MiniMapControl.xaml.cs
- ConfigXmlCDataSection.cs
- Mutex.cs
- ConsoleKeyInfo.cs
- MissingMethodException.cs
- HtmlTableCell.cs
- SchemaAttDef.cs
- StackBuilderSink.cs
- ProcessProtocolHandler.cs
- Fonts.cs
- _BaseOverlappedAsyncResult.cs
- wgx_sdk_version.cs
- ListItemCollection.cs
- TreeIterator.cs
- ResourceCodeDomSerializer.cs
- Boolean.cs
- DeviceContexts.cs
- GregorianCalendarHelper.cs
- EventLogPermission.cs
- QueryCursorEventArgs.cs
- DbConnectionPoolGroupProviderInfo.cs
- ButtonChrome.cs
- SessionEndingEventArgs.cs
- WhitespaceRule.cs
- DesignerActionPropertyItem.cs
- DataGridViewLinkColumn.cs
- IdentityReference.cs
- IntSecurity.cs
- XpsFont.cs
- SamlAdvice.cs
- InstalledFontCollection.cs
- SystemThemeKey.cs
- RoutedPropertyChangedEventArgs.cs
- StatusCommandUI.cs
- ZoneMembershipCondition.cs
- Double.cs
- SafeNativeMethods.cs
- ListViewDataItem.cs
- TableLayoutPanelCodeDomSerializer.cs
- DecoderReplacementFallback.cs
- StaticTextPointer.cs
- HttpContextWrapper.cs
- ExternalFile.cs
- TextBlockAutomationPeer.cs
- DataGridViewCheckBoxCell.cs
- LogRecordSequence.cs
- AnimatedTypeHelpers.cs
- ReachDocumentReferenceSerializer.cs
- WebPartZoneAutoFormat.cs
- PersonalizationProviderCollection.cs
- WindowsFormsHostAutomationPeer.cs
- ColumnMapProcessor.cs