GridUpdateMonitor.BeforeUpdate

GridUpdateMonitor.BeforeUpdate method

before update operation

public abstract void BeforeUpdate(string op, string uid, Workbook wb)
ParameterTypeDescription
opStringThe JSON string for update operation
uidStringThe unique id for the file cache
wbWorkbookThe Workbook object

See Also