Class DelegateCommandWrapper
Inheritance
System.Object
DelegateCommandWrapper
Namespace: Telerik.UI.Xaml.Controls.Data
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DelegateCommandWrapper : Object
Constructors
DelegateCommandWrapper(Action)
Declaration
public DelegateCommandWrapper(Action action)
Parameters
System.
|
DelegateCommandWrapper(Action, Int32)
Declaration
public DelegateCommandWrapper(Action action, int delay)
Parameters
System.
|
System.
|
DelegateCommandWrapper(ICommand)
Declaration
public DelegateCommandWrapper(ICommand command)
Parameters
System.
|
DelegateCommandWrapper(ICommand, Int32)
Declaration
public DelegateCommandWrapper(ICommand command, int delay)
Parameters
System.
|
System.
|
Properties
Delay
Declaration
public int Delay { get; protected set; }
Property Value
System.
|
ExecuteAction
Declaration
protected Action ExecuteAction { get; set; }
Property Value
System.
|
ExecuteCommand
Declaration
protected ICommand ExecuteCommand { get; set; }
Property Value
System.
|
InvocationKey
Declaration
public VirtualKey InvocationKey { get; set; }
Property Value
Windows.
|
Methods
GetExecuteAction()
Declaration
public virtual Action GetExecuteAction()
Returns
System.
|