CancelResponseAction
Class
Represents a response action that cancels the message interaction.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class CancelResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseResponseActionCancelResponseAction
Implements:
Inherited Members
Constructors
Initializes a new instance of the CancelResponseAction class.
C#
public CancelResponseAction(MessageBase message, string text)
Initializes a new instance of the CancelResponseAction class.
Properties
Gets the command associated with the response action.
C#
public override ICommand Command { get; }
Overrides:
Gets or sets an action that is invoked before OnCancelMessageResult.
C#
public Action<MessageBase> PreCancelAction { get; set; }