Version

ClientCancelUpdateRowEventArgs class Members

The following tables list the members exposed by ClientCancelUpdateRowEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyrowReturns reference to the row that is being updated. (Inherited from Infragistics.Web.UI.CancelUpdateRowEventArgs)
Public PropertyselfUpdateIndicates if the datasource will process the cells update outside of the grid. The default value of this setting is true.  
Public PropertyupdatedCellsReturns an array of updated cell helper objects that contain cell's new and old values. (Inherited from Infragistics.Web.UI.CancelUpdateRowEventArgs)
See Also