Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSelectEventArgs.cs / 1 / GridViewSelectEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; ///Provides data for /// the ////// event. /// public GridViewSelectEventArgs(int newSelectedIndex) { this._newSelectedIndex = newSelectedIndex; } ///Initializes a new instance of the ///class. /// public int NewSelectedIndex { get { return _newSelectedIndex; } set { _newSelectedIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the index of the selected row to be displayed in the ///. /// This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; ///Provides data for /// the ////// event. /// public GridViewSelectEventArgs(int newSelectedIndex) { this._newSelectedIndex = newSelectedIndex; } ///Initializes a new instance of the ///class. /// public int NewSelectedIndex { get { return _newSelectedIndex; } set { _newSelectedIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the index of the selected row 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
- AspCompat.cs
- XmlParserContext.cs
- HttpRuntimeSection.cs
- StringHandle.cs
- PostBackTrigger.cs
- UnsafeNativeMethods.cs
- DataGridLinkButton.cs
- _DynamicWinsockMethods.cs
- ComUdtElement.cs
- FormsAuthenticationModule.cs
- PreviousTrackingServiceAttribute.cs
- PathData.cs
- Model3D.cs
- HostedTcpTransportManager.cs
- MobileListItemCollection.cs
- XmlAtomErrorReader.cs
- Int16Converter.cs
- WindowHelperService.cs
- DiscoveryViaBehavior.cs
- CompiledQueryCacheEntry.cs
- FixedHighlight.cs
- CacheAxisQuery.cs
- JournalEntryListConverter.cs
- AccessDataSourceWizardForm.cs
- EventData.cs
- AppDomainUnloadedException.cs
- FileDataSourceCache.cs
- DataObject.cs
- ArgumentElement.cs
- DataGridViewRowHeaderCell.cs
- RuntimeVariablesExpression.cs
- AmbientLight.cs
- TransformGroup.cs
- WebPartConnectionsDisconnectVerb.cs
- DirectoryObjectSecurity.cs
- ProtocolInformationWriter.cs
- FixedPageStructure.cs
- RegexCharClass.cs
- PinnedBufferMemoryStream.cs
- ApplicationFileCodeDomTreeGenerator.cs
- RegisteredScript.cs
- Misc.cs
- CompilerLocalReference.cs
- UserPreferenceChangedEventArgs.cs
- DataGridCellClipboardEventArgs.cs
- ProfilePropertyMetadata.cs
- NotificationContext.cs
- WorkflowDefinitionContext.cs
- PropertyPathConverter.cs
- DataObjectEventArgs.cs
- HttpFileCollection.cs
- BoundsDrawingContextWalker.cs
- TransformPattern.cs
- SynchronizationScope.cs
- Transform3D.cs
- SynchronizedDispatch.cs
- BinaryWriter.cs
- BitmapFrame.cs
- Calendar.cs
- SafeThreadHandle.cs
- SmtpFailedRecipientException.cs
- CalendarDay.cs
- MouseDevice.cs
- _NegotiateClient.cs
- XmlNodeComparer.cs
- ArgumentOutOfRangeException.cs
- BaseEntityWrapper.cs
- SafeNativeMethodsMilCoreApi.cs
- LZCodec.cs
- Configuration.cs
- BuildManager.cs
- ReferencedCollectionType.cs
- SecureUICommand.cs
- IntellisenseTextBox.designer.cs
- ConfigXmlElement.cs
- ImmComposition.cs
- OledbConnectionStringbuilder.cs
- AttributeQuery.cs
- Cursors.cs
- TypeConverter.cs
- Object.cs
- EnvironmentPermission.cs
- SecurityPermission.cs
- TextUtf8RawTextWriter.cs
- ProfileBuildProvider.cs
- ComponentGlyph.cs
- StandardRuntimeEnumValidator.cs
- EntryWrittenEventArgs.cs
- DataPagerFieldItem.cs
- InternalEnumValidatorAttribute.cs
- RefType.cs
- RootProfilePropertySettingsCollection.cs
- TextSpan.cs
- HttpServerVarsCollection.cs
- safex509handles.cs
- ResourceProperty.cs
- TransformationRules.cs
- TreeViewCancelEvent.cs
- FakeModelPropertyImpl.cs
- LinkLabel.cs