Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewEditEventArgs.cs / 1305376 / GridViewEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewEditEventArgs : CancelEventArgs { private int _newEditIndex; ///Provides data for some ///events. /// public GridViewEditEventArgs(int newEditIndex) { this._newEditIndex = newEditIndex; } ///Initializes a new instance of the ////// class. /// public int NewEditIndex { get { return _newEditIndex; } set { _newEditIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the index of the row to be edited. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewEditEventArgs : CancelEventArgs { private int _newEditIndex; ///Provides data for some ///events. /// public GridViewEditEventArgs(int newEditIndex) { this._newEditIndex = newEditIndex; } ///Initializes a new instance of the ////// class. /// public int NewEditIndex { get { return _newEditIndex; } set { _newEditIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the index of the row to be edited. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FontDifferentiator.cs
- OAVariantLib.cs
- FakeModelItemImpl.cs
- XmlQueryTypeFactory.cs
- TerminatorSinks.cs
- SendMailErrorEventArgs.cs
- DragDrop.cs
- OptimalBreakSession.cs
- ServiceEndpointAssociationProvider.cs
- SafeMILHandle.cs
- PasswordTextNavigator.cs
- TypedDataSetSchemaImporterExtension.cs
- X509CertificateChain.cs
- StorageFunctionMapping.cs
- ManageRequest.cs
- TextBoxBaseDesigner.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PenLineJoinValidation.cs
- HistoryEventArgs.cs
- ProtocolElementCollection.cs
- BaseTypeViewSchema.cs
- MonthCalendar.cs
- AtlasWeb.Designer.cs
- XmlUnspecifiedAttribute.cs
- EmbeddedObject.cs
- DataSvcMapFileSerializer.cs
- RequestCachePolicy.cs
- Int32AnimationBase.cs
- Stack.cs
- SelectedDatesCollection.cs
- InstalledFontCollection.cs
- WindowsHyperlink.cs
- SqlDataSourceAdvancedOptionsForm.cs
- ObjectViewListener.cs
- DoubleStorage.cs
- LambdaCompiler.Address.cs
- ResourceExpression.cs
- QueueSurrogate.cs
- MessageSecurityOverMsmq.cs
- DataProviderNameConverter.cs
- validation.cs
- InfiniteIntConverter.cs
- LinkedList.cs
- ConfigXmlText.cs
- ArrangedElement.cs
- Math.cs
- XmlSchemaSimpleTypeRestriction.cs
- TitleStyle.cs
- SqlUdtInfo.cs
- RuntimeResourceSet.cs
- ProfileInfo.cs
- ProtocolsInstallComponent.cs
- DataSetMappper.cs
- PageThemeBuildProvider.cs
- EnglishPluralizationService.cs
- ErrorWebPart.cs
- ParameterElement.cs
- SizeAnimationBase.cs
- XmlAtomicValue.cs
- nulltextnavigator.cs
- PropertyDescriptorComparer.cs
- ManualResetEvent.cs
- ByteStack.cs
- TickBar.cs
- CoTaskMemUnicodeSafeHandle.cs
- ByteKeyFrameCollection.cs
- AbstractExpressions.cs
- LinkUtilities.cs
- MetaColumn.cs
- TriggerActionCollection.cs
- EntitySetBase.cs
- GeometryHitTestResult.cs
- GeometryValueSerializer.cs
- GradientBrush.cs
- ParserContext.cs
- RuntimeConfigLKG.cs
- GeneralTransform3D.cs
- DefaultObjectMappingItemCollection.cs
- DispatcherEventArgs.cs
- followingquery.cs
- Rotation3D.cs
- ObjectDataSource.cs
- HMACMD5.cs
- MapPathBasedVirtualPathProvider.cs
- AsyncPostBackTrigger.cs
- ListParaClient.cs
- WindowsListViewGroupHelper.cs
- EntityDesignerDataSourceView.cs
- WebPartConnectionsCancelEventArgs.cs
- AutoCompleteStringCollection.cs
- TypeResolvingOptionsAttribute.cs
- ParserHooks.cs
- BooleanToVisibilityConverter.cs
- OpenTypeMethods.cs
- InvalidEnumArgumentException.cs
- SchemaExporter.cs
- RadioButton.cs
- TypeSystem.cs
- PolyQuadraticBezierSegment.cs
- PartEditor.cs