selecteditem - Handling selected item changed in mvvm from a user control -


i have user control defined in separate project (to reuse) has 2 comboboxes , button. using user control in other projects. user control has view model class. view model class handles selected item changed in combobox , has command delegate handle button click.

now question when use user control within control in project want event raised within owning control whenever new item selected in combobox. also, when button clicked in resuable control want event raised in owning control can execute additional logic. can suggest best way handle this?

thanks, ranjith


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -