Click or drag to resize
EditorPostGet Event
Event which is triggered immediately after a row has been created. 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<PostGetEventArgs> PostGet

Value

Type: SystemEventHandlerPostGetEventArgs
See Also