The following tables list the members exposed by CellDataUpdatingEventArgs.
Name | Description | |
---|---|---|
CellDataUpdatingEventArgs Constructor | Constructor. |
Name | Description | |
---|---|---|
CacheData | Specifies 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. | |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
Column | Gets the column. | |
NewValue | New value of the cell. You can set this to a different value. | |
Row | Gets the row. |