Hi,
Senario:
1) view-1 dispatches an event.
2) model properyt-1 gets modified within the command's execute method
3) now due to the data binding, all the views will be updated which
have used data binding with model property-1.
I want to control that view-1 don't receive the binding call because
this view itself dispatched the event.
Regards,
Ahmed