New to Telerik UI for WPFStart a free 30-day trial

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 DelegateCommandWrapper.GetExecuteAction()DelegateCommandWrapper.ExecuteActionDelegateCommandWrapper.ExecuteCommandDelegateCommandWrapper.DelayDelegateCommandWrapper.InvocationKey

Constructors

Initializes a new instance of the DataFormDelegateCommandWrapper class.

C#
public DataFormDelegateCommandWrapper(Action action, int delay, RadDataForm dataForm)
Parameters:actionAction

The action.

delayint

The delay.

dataFormRadDataForm

The data form.

Initializes a new instance of the DataFormDelegateCommandWrapper class.

C#
public DataFormDelegateCommandWrapper(Action action, RadDataForm dataForm)
Parameters:actionAction

The action.

dataFormRadDataForm

The data form.

Initializes a new instance of the DataFormDelegateCommandWrapper class.

C#
public DataFormDelegateCommandWrapper(ICommand command, int delay, RadDataForm dataForm)
Parameters:commandICommand

The command.

delayint

The delay.

dataFormRadDataForm

The data form.

Initializes a new instance of the DataFormDelegateCommandWrapper class.

C#
public DataFormDelegateCommandWrapper(ICommand command, RadDataForm dataForm)
Parameters:commandICommand

The command.

dataFormRadDataForm

The data form.