This question is locked. New answers and comments are not allowed.
Scenario:
In a Silverlight application, There are many Menuitems. If suppose the User is in a Menu Item (Lets say Users) and He is trying to add a new record, So he clicked the "+" button icon of Dataform to add a record. He entered User name, address. Now he accidentally clicks other Menu Item (Lets say Orders).
Now he can see the Orders DataGrid and Dataform. But I want a confirmation popup kind of message to the customer before he is switching to other Menu item, while he is trying to add a record in present Menu item Dataform.
Are there any events to capture User before moving to other menu item? or do we need to something beyond these events?
Any help is greatly appreciated