Represents a concrete implementation of DelegateCommandWrapper for the scope of RadDataForm.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class DataFormDelegateCommandWrapper : DelegateCommandWrapper
Inheritance: objectDelegateCommandWrapperDataFormDelegateCommandWrapper
Inherited Members
Constructors
Initializes a new instance of the DataFormDelegateCommandWrapper class.
C#
public DataFormDelegateCommandWrapper(Action action, int delay, RadDataForm dataForm)
The action.
delayintThe delay.
dataFormRadDataFormThe data form.
Initializes a new instance of the DataFormDelegateCommandWrapper class.
C#
public DataFormDelegateCommandWrapper(Action action, RadDataForm dataForm)
The action.
dataFormRadDataFormThe data form.
Initializes a new instance of the DataFormDelegateCommandWrapper class.
C#
public DataFormDelegateCommandWrapper(ICommand command, int delay, RadDataForm dataForm)
The command.
delayintThe delay.
dataFormRadDataFormThe data form.
Initializes a new instance of the DataFormDelegateCommandWrapper class.
C#
public DataFormDelegateCommandWrapper(ICommand command, RadDataForm dataForm)
The command.
dataFormRadDataFormThe data form.