Class CommitResponseAction
Represents a response action that confirms the message interaction.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class CommitResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Constructors
CommitResponseAction(MessageBase)
Initializes a new instance of the Commit
Declaration
public CommitResponseAction(MessageBase message)
Parameters
Message
|
CommitResponseAction(MessageBase, String)
Initializes a new instance of the Commit
Declaration
public CommitResponseAction(MessageBase message, string text)
Parameters
Message
|
System.
|
Properties
Command
Gets the command associated with the response action.
Declaration
public override ICommand Command { get; }
Property Value
System.
|
Overrides
PreCommitAction
Gets or sets an action that is invoked before OnCommitMessageResult.
Declaration
public Action<MessageBase> PreCommitAction { get; set; }
Property Value
System.
|