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
- DataSourceDescriptorCollection.cs
- RectConverter.cs
- SmuggledIUnknown.cs
- ValidationSummary.cs
- MemberRelationshipService.cs
- Facet.cs
- ServiceDurableInstance.cs
- DataColumnMapping.cs
- CFStream.cs
- ChameleonKey.cs
- ColorAnimationUsingKeyFrames.cs
- ColumnMap.cs
- PathTooLongException.cs
- NativeMethods.cs
- OutputCacheSettingsSection.cs
- DataGridViewRowPrePaintEventArgs.cs
- NameValueCollection.cs
- XmlBinaryReader.cs
- TdsParserHelperClasses.cs
- ListDictionary.cs
- WrapPanel.cs
- XmlBindingWorker.cs
- NavigationHelper.cs
- TextSelectionHelper.cs
- SchemaTableColumn.cs
- Button.cs
- WmpBitmapDecoder.cs
- UnionQueryOperator.cs
- HashCodeCombiner.cs
- BuildProvidersCompiler.cs
- TextPenaltyModule.cs
- XPathNodePointer.cs
- ChtmlTextWriter.cs
- VectorAnimationUsingKeyFrames.cs
- ListViewSelectEventArgs.cs
- PointConverter.cs
- EntityDataSource.cs
- FlowDocumentScrollViewer.cs
- CreateUserWizard.cs
- ProgressChangedEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- SqlUtil.cs
- SeparatorAutomationPeer.cs
- UDPClient.cs
- PackageProperties.cs
- HtmlElementCollection.cs
- EventSinkHelperWriter.cs
- NamedPipeTransportSecurityElement.cs
- XmlSchema.cs
- PageEventArgs.cs
- CompModSwitches.cs
- AsymmetricKeyExchangeFormatter.cs
- DocumentViewerAutomationPeer.cs
- PagesSection.cs
- TdsParserStaticMethods.cs
- EventDriven.cs
- XmlSortKey.cs
- WindowsAuthenticationModule.cs
- OperationBehaviorAttribute.cs
- SizeAnimationBase.cs
- EditorBrowsableAttribute.cs
- DataGridViewCellMouseEventArgs.cs
- WindowsFormsHost.cs
- LinearGradientBrush.cs
- DeclarativeCatalogPartDesigner.cs
- ColorTranslator.cs
- OpacityConverter.cs
- Hyperlink.cs
- SimpleMailWebEventProvider.cs
- UdpDiscoveryEndpointProvider.cs
- MarkupExtensionParser.cs
- ColumnTypeConverter.cs
- Point3D.cs
- Table.cs
- NumberSubstitution.cs
- SqlGenerator.cs
- Panel.cs
- SetStoryboardSpeedRatio.cs
- SQLByte.cs
- SqlParameterCollection.cs
- DateTime.cs
- InvokeHandlers.cs
- InputLanguageEventArgs.cs
- GeneratedContractType.cs
- XmlSchemaImport.cs
- TabControlCancelEvent.cs
- ValidationEventArgs.cs
- SystemNetHelpers.cs
- CharConverter.cs
- ListViewHitTestInfo.cs
- Model3DCollection.cs
- AxisAngleRotation3D.cs
- ZipIOLocalFileDataDescriptor.cs
- DbCommandTree.cs
- WebScriptMetadataMessage.cs
- RadialGradientBrush.cs
- RenderData.cs
- MSAAEventDispatcher.cs
- GridItemPatternIdentifiers.cs
- KeyedCollection.cs