New to Telerik UI for WPFStart a free 30-day trial

Represents a response action that confirms the message interaction.

Definition

Constructors

Initializes a new instance of the CommitResponseAction class.

C#
public CommitResponseAction(MessageBase message, string text)
Parameters:messageMessageBasetextstring

Initializes a new instance of the CommitResponseAction class.

C#
public CommitResponseAction(MessageBase message)
Parameters:messageMessageBase

Properties

Gets the command associated with the response action.

C#
public override ICommand Command { get; }

Overrides: ResponseAction.Command

Gets or sets an action that is invoked before OnCommitMessageResult.

C#
public Action<MessageBase> PreCommitAction { get; set; }