Prism Custom Confirmation Interaction

Main thing is, when you raise the interaction, provide a callback that is triggered when the interaction is finished. This callback gets the notification back and your interaction should have stored all potentially interesting return values there. Here’s an example… Relevant parts of the ViewModel: public InteractionRequest<SelectQuantityNotification> SelectQuantityRequest { get; } // in some handler … Read more