afterUpdate<T> abstract method

dynamic afterUpdate<T>(
  1. MKey updatedKey,
  2. T updateSource,
  3. ChangeResult result
)

Implementation

afterUpdate<T>(MKey updatedKey, T updateSource, ChangeResult result);