Class CommitResponseAction
Inheritance
System.Object
CommitResponseAction
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CommitResponseAction : ResponseAction, INotifyPropertyChanged
Constructors
Declaration
public CommitResponseAction(MessageBase message)
Parameters
Declaration
public CommitResponseAction(MessageBase message, string text)
Parameters
Properties
Declaration
public override ICommand Command { get; }
Property Value
|
System.Windows.Input.ICommand
|
Overrides
Declaration
public Action<MessageBase> PreCommitAction { get; set; }
Property Value
Extension Methods