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
- FileDialogPermission.cs
- wmiprovider.cs
- Tokenizer.cs
- ServerProtocol.cs
- Utils.cs
- WindowInteropHelper.cs
- WebPartChrome.cs
- SubqueryRules.cs
- PersianCalendar.cs
- CellIdBoolean.cs
- PropertyMapper.cs
- InplaceBitmapMetadataWriter.cs
- UIElement.cs
- InheritanceContextChangedEventManager.cs
- Font.cs
- CacheVirtualItemsEvent.cs
- AlignmentYValidation.cs
- BitmapSizeOptions.cs
- RoleGroupCollection.cs
- FixedSOMPageConstructor.cs
- CustomPopupPlacement.cs
- _IPv4Address.cs
- Effect.cs
- WCFServiceClientProxyGenerator.cs
- PropertyManager.cs
- RtfControlWordInfo.cs
- DataGridGeneralPage.cs
- ExtendedPropertyDescriptor.cs
- ComponentResourceKeyConverter.cs
- InplaceBitmapMetadataWriter.cs
- TextProperties.cs
- XmlArrayAttribute.cs
- GlyphsSerializer.cs
- TextEditorTables.cs
- RSAOAEPKeyExchangeDeformatter.cs
- BinaryWriter.cs
- InternalConfigSettingsFactory.cs
- ServiceDefaults.cs
- ServiceModelConfigurationSection.cs
- FilterEventArgs.cs
- SchemaElementDecl.cs
- BodyWriter.cs
- PrintingPermission.cs
- SelectionPatternIdentifiers.cs
- ReferenceEqualityComparer.cs
- TemplateContainer.cs
- XmlRawWriter.cs
- DependencySource.cs
- ReadOnlyDictionary.cs
- BoundPropertyEntry.cs
- XmlProcessingInstruction.cs
- DeferredTextReference.cs
- GenerateDerivedKeyRequest.cs
- WebServiceMethodData.cs
- SchemaType.cs
- HTMLTagNameToTypeMapper.cs
- FilteredReadOnlyMetadataCollection.cs
- TimeZoneInfo.cs
- CodeAttributeDeclaration.cs
- CryptoConfig.cs
- SectionInformation.cs
- DbFunctionCommandTree.cs
- StringArrayConverter.cs
- RSAProtectedConfigurationProvider.cs
- SchemaCollectionCompiler.cs
- localization.cs
- CalendarDay.cs
- ExceptionUtil.cs
- ApplicationSettingsBase.cs
- MetadataItemEmitter.cs
- BinaryWriter.cs
- DigitShape.cs
- RelationshipConstraintValidator.cs
- _SpnDictionary.cs
- MenuRenderer.cs
- BitmapSizeOptions.cs
- EncryptedData.cs
- ColumnReorderedEventArgs.cs
- DataGridViewAutoSizeModeEventArgs.cs
- OutOfProcStateClientManager.cs
- PeerNameRecord.cs
- KeyValueConfigurationElement.cs
- BindingNavigator.cs
- HttpModuleAction.cs
- HttpHandlersSection.cs
- PerformanceCounter.cs
- Splitter.cs
- EditorPartChrome.cs
- MailBnfHelper.cs
- CodeComment.cs
- ListDictionaryInternal.cs
- ProviderCollection.cs
- ProviderConnectionPointCollection.cs
- BridgeDataRecord.cs
- DataAccessor.cs
- Group.cs
- Condition.cs
- AlternationConverter.cs
- WebPartPersonalization.cs
- WebPartConnectionsCloseVerb.cs