Hi LANDRUM S RANDOLPH,
Good day to you.
You can follow the below syntax to Bind the event listener for after Syncfusion component initialization.
// First way
$("jquery-selector").ej-plugin-name("model.eventName", "eventHandler");
// Second way
$("jquery-selector").on("ej-plugin-nameEventName", "eventHandler"); |
For your reference, we have prepared the sample for bind the RadialMenu open event for created event of RadialMenu. Please find it below.
To know more details about this query, please refer the below help document.
Please let us know, if you need any further assistance.
Regards,
Ashokkumar B.