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 Data
Declaration
public DataFormDelegateCommandWrapper(Action action, int delay, RadDataForm dataForm)
Parameters
System. The action. |
System. The delay. |
Rad The data form. |
DataFormDelegateCommandWrapper(Action, RadDataForm)
Initializes a new instance of the Data
Declaration
public DataFormDelegateCommandWrapper(Action action, RadDataForm dataForm)
Parameters
System. The action. |
Rad The data form. |
DataFormDelegateCommandWrapper(ICommand, Int32, RadDataForm)
Initializes a new instance of the Data
Declaration
public DataFormDelegateCommandWrapper(ICommand command, int delay, RadDataForm dataForm)
Parameters
System. The command. |
System. The delay. |
Rad The data form. |
DataFormDelegateCommandWrapper(ICommand, RadDataForm)
Initializes a new instance of the Data
Declaration
public DataFormDelegateCommandWrapper(ICommand command, RadDataForm dataForm)
Parameters
System. The command. |
Rad The data form. |