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 Cancel
Declaration
public CancelResponseAction(MessageBase message)
Parameters
Message
|
CancelResponseAction(MessageBase, String)
Initializes a new instance of the Cancel
Declaration
public CancelResponseAction(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
PreCancelAction
Gets or sets an action that is invoked before OnCancelMessageResult.
Declaration
public Action<MessageBase> PreCancelAction { get; set; }
Property Value
System.
|