Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridPageChangedEventArgs.cs / 1305376 / DataGridPageChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// 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. //------------------------------------------------------------------------------ //Gets the index of the first new page to be displayed in the ///. /// This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// 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.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
- GestureRecognitionResult.cs
- Subset.cs
- TileBrush.cs
- SByte.cs
- NavigationHelper.cs
- ControlTemplate.cs
- SqlDataReaderSmi.cs
- IfJoinedCondition.cs
- ReflectionPermission.cs
- ZoneMembershipCondition.cs
- HttpCapabilitiesSectionHandler.cs
- safePerfProviderHandle.cs
- WorkflowServiceHost.cs
- TimeSpanConverter.cs
- ServiceBuildProvider.cs
- ArrayExtension.cs
- ExecutionContext.cs
- ExternalFile.cs
- BaseTemplateParser.cs
- UniqueEventHelper.cs
- XmlStrings.cs
- EntityDataSourceContextCreatingEventArgs.cs
- ProfilePropertyNameValidator.cs
- ConfigurationSection.cs
- SiteMapDataSource.cs
- FrameSecurityDescriptor.cs
- ExponentialEase.cs
- StateManagedCollection.cs
- CodeMethodReturnStatement.cs
- NameSpaceExtractor.cs
- TextCharacters.cs
- remotingproxy.cs
- RoleManagerSection.cs
- SystemThemeKey.cs
- IPCCacheManager.cs
- SelectionList.cs
- CheckBox.cs
- Vector3D.cs
- ProxyHelper.cs
- FileEnumerator.cs
- Visitors.cs
- XmlCharacterData.cs
- ItemCheckEvent.cs
- ToolStripArrowRenderEventArgs.cs
- XmlCompatibilityReader.cs
- InkCollectionBehavior.cs
- mil_sdk_version.cs
- MembershipPasswordException.cs
- Activator.cs
- SpeechUI.cs
- LineServicesRun.cs
- LogicalExpr.cs
- RotateTransform.cs
- FileRecordSequenceHelper.cs
- ServiceProviders.cs
- TypeGeneratedEventArgs.cs
- HashAlgorithm.cs
- SqlDependencyUtils.cs
- SqlStatistics.cs
- InstanceKeyCompleteException.cs
- ContractMapping.cs
- SQLBytes.cs
- XmlWhitespace.cs
- WebResourceAttribute.cs
- BlurEffect.cs
- Stack.cs
- SqlServices.cs
- EntityDataSourceValidationException.cs
- ClientSponsor.cs
- TypeElementCollection.cs
- WeakRefEnumerator.cs
- XmlSecureResolver.cs
- AttachedAnnotationChangedEventArgs.cs
- DynamicILGenerator.cs
- HtmlElementErrorEventArgs.cs
- MaterialCollection.cs
- SelectionEditor.cs
- TreeNodeStyle.cs
- Oid.cs
- PopupEventArgs.cs
- LocalTransaction.cs
- XsltCompileContext.cs
- ScriptIgnoreAttribute.cs
- CheckoutException.cs
- SystemIPAddressInformation.cs
- ExecutorLocksHeldException.cs
- ObjectViewListener.cs
- X509AsymmetricSecurityKey.cs
- Utilities.cs
- MultipartIdentifier.cs
- ManipulationInertiaStartingEventArgs.cs
- EntityKeyElement.cs
- DoWorkEventArgs.cs
- TextBlock.cs
- DataGridViewAdvancedBorderStyle.cs
- TextRangeBase.cs
- RuleAttributes.cs
- StreamInfo.cs
- XmlReflectionImporter.cs
- BypassElement.cs