Code:
/ 4.0 / 4.0 / 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. // 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
- ResourceAssociationType.cs
- SQLByte.cs
- BinaryObjectInfo.cs
- DiscreteKeyFrames.cs
- XmlAttribute.cs
- CharacterMetricsDictionary.cs
- UrlAuthFailureHandler.cs
- TemplateModeChangedEventArgs.cs
- HtmlInputPassword.cs
- FixedSOMLineRanges.cs
- HijriCalendar.cs
- ScrollItemPatternIdentifiers.cs
- JsonObjectDataContract.cs
- ItemChangedEventArgs.cs
- Window.cs
- LinqDataSourceUpdateEventArgs.cs
- DataPagerCommandEventArgs.cs
- ChildTable.cs
- CommittableTransaction.cs
- ILGen.cs
- ContentDisposition.cs
- ReservationCollection.cs
- EmbeddedMailObjectsCollection.cs
- XmlQualifiedName.cs
- DecimalFormatter.cs
- XmlNodeComparer.cs
- HMACSHA384.cs
- PnrpPermission.cs
- XmlSchema.cs
- WebBrowserPermission.cs
- SchemaConstraints.cs
- CustomAttributeSerializer.cs
- HttpRequest.cs
- WriteFileContext.cs
- SerialReceived.cs
- ParameterReplacerVisitor.cs
- GeometryDrawing.cs
- OracleFactory.cs
- DataTemplate.cs
- UserControlDocumentDesigner.cs
- CqlParserHelpers.cs
- DecimalFormatter.cs
- RtType.cs
- PassportPrincipal.cs
- SafeTimerHandle.cs
- OdbcConnectionPoolProviderInfo.cs
- KeyInstance.cs
- SqlUserDefinedTypeAttribute.cs
- ReferenceEqualityComparer.cs
- StringConcat.cs
- GridViewEditEventArgs.cs
- LogManagementAsyncResult.cs
- Frame.cs
- EntityDataSourceReferenceGroup.cs
- ConnectorRouter.cs
- ViewCellRelation.cs
- DataBindingHandlerAttribute.cs
- ToolboxComponentsCreatingEventArgs.cs
- CallbackHandler.cs
- EventDescriptorCollection.cs
- X509Certificate2Collection.cs
- StorageScalarPropertyMapping.cs
- AssociationTypeEmitter.cs
- StylusPointDescription.cs
- StrokeCollectionConverter.cs
- SqlStream.cs
- DbModificationClause.cs
- BasicBrowserDialog.cs
- HtmlTable.cs
- AnnotationResource.cs
- SequentialOutput.cs
- ConnectionPointCookie.cs
- StickyNoteContentControl.cs
- FilterQueryOptionExpression.cs
- StylusEventArgs.cs
- XPathNodeList.cs
- MarkupObject.cs
- NewArrayExpression.cs
- Normalization.cs
- SqlInternalConnectionTds.cs
- PrincipalPermission.cs
- FixedSOMElement.cs
- AnnotationMap.cs
- MultiView.cs
- OleDbStruct.cs
- ServiceOperationParameter.cs
- Compiler.cs
- FunctionQuery.cs
- AssemblyCollection.cs
- SQLString.cs
- SessionIDManager.cs
- SizeAnimationClockResource.cs
- DecoderFallbackWithFailureFlag.cs
- LifetimeServices.cs
- path.cs
- SQLStringStorage.cs
- EdmProperty.cs
- MultiAsyncResult.cs
- CodeDelegateInvokeExpression.cs
- BaseUriHelper.cs