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