Holds information about percent completion of a process and defines events that occur when the proces...
ProcessMessageContent()
Creates a new ProcessMessageContent.
Message content that holds a reference to a view model.
void DoCancel()
Cancels the process, sends a message to any subscribed views informing about the state change...
ProcessMessageContent(Action cancelProcess)
Creates a new ProcessMessageContent that has the ability to cancel a process.
ProcessMessageContent(ViewModelBase viewModel)
Creates a new ProcessMessageContent that encapsulates the given viewModel to enable views to access ...
ProcessMessageContent(ViewModelBase viewModel, Action cancelProcess)
Creates a new ProcessMessageContent that has the ability to cancel a process and that encapsulates a ...