Microsoft.Practices.Prism.Interactivity Represents an interaction request used for confirmations. Represents an interaction request used for notifications. Gets or sets the title to use for the notification. Gets or sets the content of the notification. Gets or sets a value indicating that the confirmation is confirmed. Represents a request from user interaction. View models can expose interaction request objects through properties and raise them when user interaction is required so views associated with the view models can materialize the user interaction using an appropriate mechanism. Fired when the interaction is needed. Implementation of the interface. Fires the Raised event. The context for the interaction request. Fires the Raised event. The context for the interaction request. The callback to execute when the interaction is completed. Fired when interaction is needed. Event args for the event. Constructs a new instance of Gets the context for a requested interaction. Gets the callback to execute when an interaction is completed. Custom event trigger for using with objects. The standard class can be used instead, as long as the 'Raised' event name is specified. Specifies the name of the Event this EventTriggerBase is listening for. This implementation always returns the Raised event name for ease of connection with .