GridUpdateMonitor.AfterUpdate

GridUpdateMonitor.AfterUpdate method

after update operation

public abstract void AfterUpdate(string op, string uid, ArrayList cells)
ParameterTypeDescription
opStringThe JSON string for update operation
uidStringThe unique id for the file cache.
cellsArrayListThe Updated Cells list,include cells which has style change,value change or formula change

See Also