Trigger event callback from another event callback
8 views (last 30 days)
Show older comments
Arkaniva Sarkar
on 28 Jul 2022
Commented: Arkaniva Sarkar
on 11 Aug 2022
I want to trigger 'CheckedNodesChangedFcn' callback of uitree from 'ButtonPushedFcn' callback of a pusbutton in appdesigner. Can anyone please suggest how to achieve this?
0 Comments
Accepted Answer
Kevin Holly
on 5 Aug 2022
You can simply write
CheckedNodesChangedFcn(app)
within the 'ButtonPushedFcn' callback
5 Comments
Kevin Holly
on 11 Aug 2022
Arkaniva,
Please see the app attached and let me know if it addresses your question.
More Answers (0)
See Also
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!