DevExtreme React - Handle Events
You can subscribe to an event using a configuration property. All event handling properties are given names that begin with on.
JavaScript
var viewModel = { menuInstance: {}, menuOptions: { // ... onItemClick: function (info) { // Handles the "itemClick" event }, onInitialized: function (info) { // Saves the UI component instance viewModel.menuInstance = info.component; // Handles the "initialized" event } } }; ko.applyBindings(viewModel);
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.