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