Click or drag to resize
EditorWriteCreate Event
Event which is triggered after the new row has been written to 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.

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

Value

Type: SystemEventHandlerWriteCreateEventArgs
See Also