Create the custom event

You first create the interface with the properties of the custom form event. Next, you implement the interface that is passed to the event handler.

  1. Create the event with all the properties of the custom form event:
     
  2. Implement the interface that is passed to the event handler:

Was this article helpful?

Next article

Create the controller