Hi,
In my opinion, if you want to pass information from your view model to your popup you should not use a Notification directly, but a class that inherits from Notification and provides you with the correct properties you need to pass and create bindings. As the class would inherit from Notification it can be passed in the InteractionRequest without problems.
In the sample provided with the PopupWindowAction post you can find a couple of examples showing how to pass information to a popup using either a class that inherits from Notification or a separate view model. You can use them as a reference.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini
In my opinion, if you want to pass information from your view model to your popup you should not use a Notification directly, but a class that inherits from Notification and provides you with the correct properties you need to pass and create bindings. As the class would inherit from Notification it can be passed in the InteractionRequest without problems.
In the sample provided with the PopupWindowAction post you can find a couple of examples showing how to pass information to a popup using either a class that inherits from Notification or a separate view model. You can use them as a reference.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini