Version

CellDataUpdatingEventArgs Class Members

The following tables list the members exposed by CellDataUpdatingEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellDataUpdatingEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCacheDataSpecifies whether to cache the data. Default value is true. Set this to false if you want to prevent the UltraDataSource from keeping the data. If there is some existing data that's cached for the column, it will be cleared. UltraDataSource.CellDataRequested event will be fired the next time the data for the cell is needed.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnGets the column.  
Public PropertyNewValueNew value of the cell. You can set this to a different value.  
Public PropertyRowGets the row.  
See Also