Create custom eventi on custom component

it is possible to create a custom event for a custom component. it is then referred to in the on of the parent component

Hello,

You can add a custom event with the help of webix.EventSystem
A quick sample: https://snippet.webix.com/b0f3371d
To call the event in the widget you can via callEvent()