xOnBeforeAddDettToList method

Future<bool> xOnBeforeAddDettToList(
  1. XFDataItem xclObject
)

non fa nada: se vuoi modificare delle proprietà prima che venga aggiunto il dettaglio

Implementation

Future<bool> xOnBeforeAddDettToList(XFDataItem xclObject) async {
  return false;
}