Class DataFormDelegateCommandWrapper
Represents a concrete implementation of DelegateCommandWrapper for the scope of RadDataForm.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class DataFormDelegateCommandWrapper : DelegateCommandWrapper
Constructors
DataFormDelegateCommandWrapper(Action, Int32, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(Action action, int delay, RadDataForm dataForm)
Parameters
System.Action
action
The action. |
System.Int32
delay
The delay. |
RadDataForm
dataForm
The data form. |
DataFormDelegateCommandWrapper(Action, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(Action action, RadDataForm dataForm)
Parameters
System.Action
action
The action. |
RadDataForm
dataForm
The data form. |
DataFormDelegateCommandWrapper(ICommand, Int32, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(ICommand command, int delay, RadDataForm dataForm)
Parameters
System.Windows.Input.ICommand
command
The command. |
System.Int32
delay
The delay. |
RadDataForm
dataForm
The data form. |
DataFormDelegateCommandWrapper(ICommand, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(ICommand command, RadDataForm dataForm)
Parameters
System.Windows.Input.ICommand
command
The command. |
RadDataForm
dataForm
The data form. |