Prism Custom Confirmation Interaction
I created a custom confirmation window in an app with Prism Unity, WPF & Mvvm. I need help with the notifications that need to be sent back to the viewmodel. I have this in the detail record view, let's call it MyDetailView. <!-- Custom Confirmation Window --> <ie:Interaction.Triggers> <interactionRequest:InteractionRequestTrigger SourceObject="{Binding ConfirmationRequest, Mode=TwoWay}"> <mycontrols:PopupWindowAction1 IsModal="True"/> </interactionRequest:InteractionRequestTrigger> </ie:Interaction.Triggers> As shown above, I made the interaction Mode=TwoWay so that the confirmation popup