Code:
/ FX-1434 / FX-1434 / 1.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
- StringInfo.cs
- ItemMap.cs
- DecoderFallbackWithFailureFlag.cs
- SiteMapNode.cs
- SimpleMailWebEventProvider.cs
- InternalBufferOverflowException.cs
- IpcClientManager.cs
- ProtocolReflector.cs
- datacache.cs
- AutomationEvent.cs
- ACE.cs
- InvalidateEvent.cs
- Win32.cs
- BaseParaClient.cs
- ScriptRef.cs
- DictionaryContent.cs
- DynamicFilter.cs
- TableRowCollection.cs
- CounterSetInstance.cs
- Compilation.cs
- DesignConnectionCollection.cs
- ObservableCollection.cs
- AnnotationResourceCollection.cs
- Thickness.cs
- _AcceptOverlappedAsyncResult.cs
- XmlQueryStaticData.cs
- XmlWriterDelegator.cs
- XmlDomTextWriter.cs
- DesignTimeDataBinding.cs
- PropertyMapper.cs
- PrintDialog.cs
- XmlQueryCardinality.cs
- DataControlPagerLinkButton.cs
- PreloadedPackages.cs
- TypeDescriptor.cs
- MetabaseServerConfig.cs
- PromptBuilder.cs
- DataGridViewMethods.cs
- InputScope.cs
- EncodingStreamWrapper.cs
- ProfileModule.cs
- DataGridViewAccessibleObject.cs
- APCustomTypeDescriptor.cs
- KeyInstance.cs
- StringBuilder.cs
- XPathArrayIterator.cs
- PropertyTab.cs
- ColorConverter.cs
- WSDualHttpBindingCollectionElement.cs
- UriSectionData.cs
- SystemKeyConverter.cs
- DataGridViewCellCollection.cs
- RemoteHelper.cs
- TextBoxAutoCompleteSourceConverter.cs
- JavaScriptSerializer.cs
- ExpressionWriter.cs
- ScriptingJsonSerializationSection.cs
- PnrpPermission.cs
- InkPresenterAutomationPeer.cs
- DataGridView.cs
- WindowsFormsHelpers.cs
- ViewSimplifier.cs
- SqlRewriteScalarSubqueries.cs
- Mapping.cs
- PointAnimation.cs
- SuppressIldasmAttribute.cs
- HeaderLabel.cs
- UniqueID.cs
- DesignSurfaceCollection.cs
- PeerFlooder.cs
- Event.cs
- InertiaTranslationBehavior.cs
- DesignerPerfEventProvider.cs
- ModelTypeConverter.cs
- BigInt.cs
- DataBoundLiteralControl.cs
- Workspace.cs
- CompilerTypeWithParams.cs
- SchemaImporterExtensionsSection.cs
- DependencyObjectValidator.cs
- AutoCompleteStringCollection.cs
- DefaultAutoFieldGenerator.cs
- OdbcRowUpdatingEvent.cs
- Hyperlink.cs
- CodeTypeMemberCollection.cs
- Pipe.cs
- ExtendedPropertyDescriptor.cs
- codemethodreferenceexpression.cs
- Component.cs
- DataGridViewCellConverter.cs
- EdmRelationshipRoleAttribute.cs
- ScrollChrome.cs
- AdRotatorDesigner.cs
- SafeWaitHandle.cs
- BCLDebug.cs
- IgnoreSectionHandler.cs
- ProviderMetadataCachedInformation.cs
- COAUTHIDENTITY.cs
- RemoteWebConfigurationHostStream.cs
- GetImportFileNameRequest.cs