ESRI.ArcGIS.ADF.Web
RowChanging Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : RowChanging Event




Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Occurs when the row is being changed so that the event handler can modify or cancel the change. The user can modify values in the row and should throw an  exception to cancel the edit.")>
<ResCategoryAttribute("Data")>
Public Event RowChanging As DataRowChangeEventHandler
Visual Basic (Usage)Copy Code
Dim instance As FeatureGraphicsLayer
Dim handler As DataRowChangeEventHandler
 
AddHandler instance.RowChanging, handler
C# 
[ResDescriptionAttribute("Occurs when the row is being changed so that the event handler can modify or cancel the change. The user can modify values in the row and should throw an  exception to cancel the edit.")]
[ResCategoryAttribute("Data")]
public event DataRowChangeEventHandler RowChanging

Event Data

The event handler receives an argument of type DataRowChangeEventArgs containing data related to this event. The following DataRowChangeEventArgs properties provide information specific to this event.

PropertyDescription
Action Gets the action that has occurred on a System.Data.DataRow.
Row Gets the row upon which an action has occurred.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.