Class CancelResponseAction
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CancelResponseAction : ResponseAction, INotifyPropertyChanged
Constructors
CancelResponseAction(MessageBase)
CancelResponseAction(MessageBase, String)
Declaration
public CancelResponseAction(MessageBase message, string text)
Parameters
Message
|
System.
|
Properties
Command
Declaration
public override ICommand Command { get; }
Property Value
System.
|
Overrides
PreCancelAction
Declaration
public Action<MessageBase> PreCancelAction { get; set; }
Property Value
System.
|