UI-O-Matic features an event model that allows you to plug in additional code at different stages of an objects crud cycle.
The events can be found on the UIOMaticObjectService class found in the UIOMatic.Services namespace
UIOMatic.Services.UIOMaticObjectService
* Only fires when using default IUIOMaticRepository
, or if the replacement repository explicitly fires them.
For example of using these events please refer to the Further Reading section.