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