Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSelectEventArgs.cs / 1305376 / GridViewSelectEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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
- NamespaceDecl.cs
- SchemaDeclBase.cs
- XmlDomTextWriter.cs
- XmlStreamStore.cs
- MimeWriter.cs
- ComUdtElement.cs
- ExpandCollapseProviderWrapper.cs
- Socket.cs
- SignedXml.cs
- SystemGatewayIPAddressInformation.cs
- ByteAnimationUsingKeyFrames.cs
- DesignerLinkAdapter.cs
- EnumType.cs
- ISAPIRuntime.cs
- WebPartTransformerCollection.cs
- SuppressMergeCheckAttribute.cs
- EventLogPermission.cs
- CreateDataSourceDialog.cs
- SourceLocationProvider.cs
- securitycriticaldataformultiplegetandset.cs
- ApplicationServiceManager.cs
- SecurityContext.cs
- ByteBufferPool.cs
- PropertyEmitterBase.cs
- SymbolPair.cs
- QilInvokeLateBound.cs
- SecurityDocument.cs
- SqlHelper.cs
- SettingsSavedEventArgs.cs
- ContractCodeDomInfo.cs
- C14NUtil.cs
- IndexerNameAttribute.cs
- LinkedResourceCollection.cs
- QuerySubExprEliminator.cs
- ResourceDescriptionAttribute.cs
- PostBackOptions.cs
- RangeBase.cs
- Span.cs
- SystemDiagnosticsSection.cs
- ValidatingPropertiesEventArgs.cs
- ISFClipboardData.cs
- RestClientProxyHandler.cs
- HealthMonitoringSection.cs
- Registry.cs
- IPEndPoint.cs
- RepeaterItem.cs
- BufferedGenericXmlSecurityToken.cs
- MachineKeySection.cs
- InvalidOperationException.cs
- DecimalAnimationUsingKeyFrames.cs
- DSACryptoServiceProvider.cs
- EventLogPermission.cs
- cookieexception.cs
- DbConnectionPoolOptions.cs
- SQLInt32.cs
- SecurityToken.cs
- IpcClientManager.cs
- TTSEngineTypes.cs
- UrlPropertyAttribute.cs
- SafeNativeMethods.cs
- ConfigurationValidatorBase.cs
- RuntimeConfigLKG.cs
- HttpRequest.cs
- Delegate.cs
- MaskedTextProvider.cs
- EventLogEntryCollection.cs
- HandleRef.cs
- CodeMemberProperty.cs
- TextBoxAutomationPeer.cs
- DrawingVisualDrawingContext.cs
- ClientCredentialsElement.cs
- DataControlImageButton.cs
- AddressAccessDeniedException.cs
- MimeTypePropertyAttribute.cs
- FilterFactory.cs
- UpdateTranslator.cs
- SynchronizedDispatch.cs
- DataRecordInternal.cs
- XmlSchemas.cs
- DataServiceProviderMethods.cs
- ErrorsHelper.cs
- NullableDecimalMinMaxAggregationOperator.cs
- StrongNameKeyPair.cs
- FileDetails.cs
- XPathArrayIterator.cs
- XmlSchemaAttributeGroupRef.cs
- DocumentXmlWriter.cs
- TypeLibConverter.cs
- SrgsRulesCollection.cs
- SecurityPermission.cs
- HtmlDocument.cs
- MetabaseSettings.cs
- UnescapedXmlDiagnosticData.cs
- OledbConnectionStringbuilder.cs
- EncoderExceptionFallback.cs
- FindCriteriaApril2005.cs
- TypeForwardedToAttribute.cs
- FloaterBaseParagraph.cs
- SafeFileMapViewHandle.cs
- AssemblyInfo.cs