Custom Event Handlers

There are a number of interfaces in cloudscribe Core that you can implement to handle events as they occur. You just implement a class that implements the interface that you are interested in and inject your implementation from ConfigureServices in Startup.cs. Then your implementation will be invoked whenever the specific event occurs. The following interfaces currently exist:

Comments