Skip to main content
All docs
V24.2

UICommand(Object, Object, ICommand<CancelEventArgs>) Constructor

Initializes a new instance of the UICommand class with specified settings.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public UICommand(
    object id,
    object caption,
    ICommand<CancelEventArgs> command
)

Parameters

Name Type
id Object
caption Object
command ICommand<CancelEventArgs>
See Also