Click or drag to resize
EditorWriteEdit Event
Event which is triggered after the row has been updated on the database, but before it is then read back, allowing the row to be manipulated externally. Note that for multi-row creation it is triggered for each row indivudally. individually.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public event EventHandler<WriteEditEventArgs> WriteEdit

Value

Type: SystemEventHandlerWriteEditEventArgs
See Also