Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- WinEventWrap.cs
- SqlHelper.cs
- CodeComment.cs
- TreeChangeInfo.cs
- ProcessModelInfo.cs
- TextServicesContext.cs
- TTSVoice.cs
- EpmContentSerializerBase.cs
- BufferedStream.cs
- BaseAsyncResult.cs
- SqlBulkCopyColumnMapping.cs
- XmlBufferReader.cs
- EntityType.cs
- ObjectDataSourceStatusEventArgs.cs
- ThumbButtonInfo.cs
- Mutex.cs
- UdpDiscoveryEndpoint.cs
- TransformProviderWrapper.cs
- StructuredCompositeActivityDesigner.cs
- SystemKeyConverter.cs
- ComponentSerializationService.cs
- ExcCanonicalXml.cs
- LoadRetryAsyncResult.cs
- PlaceHolder.cs
- IntSecurity.cs
- AttributeUsageAttribute.cs
- ColorKeyFrameCollection.cs
- TransformerConfigurationWizardBase.cs
- SqlGatherProducedAliases.cs
- DataGridViewDataErrorEventArgs.cs
- DataColumnPropertyDescriptor.cs
- BulletedList.cs
- QuaternionKeyFrameCollection.cs
- TextBoxAutoCompleteSourceConverter.cs
- VisemeEventArgs.cs
- RangeValuePattern.cs
- AxisAngleRotation3D.cs
- SQLBytesStorage.cs
- DetailsViewInsertEventArgs.cs
- SubpageParaClient.cs
- _ListenerAsyncResult.cs
- GuidTagList.cs
- SystemIPInterfaceProperties.cs
- ExpressionBindingCollection.cs
- DataGridViewUtilities.cs
- WebPartRestoreVerb.cs
- UnicastIPAddressInformationCollection.cs
- BackgroundFormatInfo.cs
- DataPagerFieldItem.cs
- WorkflowOwnershipException.cs
- MultiView.cs
- AuthStoreRoleProvider.cs
- HttpDictionary.cs
- SqlTrackingService.cs
- HttpRuntime.cs
- COAUTHIDENTITY.cs
- AlternateView.cs
- FunctionQuery.cs
- XmlWriterSettings.cs
- InsufficientExecutionStackException.cs
- PlainXmlSerializer.cs
- KerberosRequestorSecurityToken.cs
- Attributes.cs
- PageHandlerFactory.cs
- CompilationUtil.cs
- BrowserInteropHelper.cs
- CfgParser.cs
- FixedTextPointer.cs
- CircleHotSpot.cs
- Thumb.cs
- Pens.cs
- XmlSchemaInfo.cs
- SqlEnums.cs
- Simplifier.cs
- SqlUtil.cs
- HebrewNumber.cs
- ProvidersHelper.cs
- FontClient.cs
- AnnotationAuthorChangedEventArgs.cs
- AddInServer.cs
- ZipIOLocalFileHeader.cs
- SqlCacheDependencyDatabaseCollection.cs
- DataReceivedEventArgs.cs
- IWorkflowDebuggerService.cs
- ToolStripComboBox.cs
- WebPartConnectVerb.cs
- DependencyPropertyAttribute.cs
- XmlSchemaSimpleType.cs
- AuthorizationRuleCollection.cs
- XNodeNavigator.cs
- DeobfuscatingStream.cs
- ContentPlaceHolder.cs
- SoundPlayerAction.cs
- SuppressIldasmAttribute.cs
- SizeKeyFrameCollection.cs
- WinInetCache.cs
- InertiaTranslationBehavior.cs
- Converter.cs
- ProgressBarRenderer.cs
- BaseCollection.cs