DataModel.connectRowInserted

gulong connectRowInserted(T)(T callback, Flag!"After" after = No.After)

Connect to RowInserted signal.

Gets emitted when a row has been inserted in model

Parameters

callbacksignal callback delegate or function to connect void callback(int row, gda.data_model.DataModel dataModel) row the row number (optional) dataModel the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID