UICommand Constructors
A ViewModel that is used to generate a dialog button.Name | Parameters | Description |
---|---|---|
UICommand() | none | Initializes a new instance of the UICommand class with the default settings. |
UICommand |
id, caption, command, is |
Initializes a new instance of the UICommand class with specified settings. |
UICommand |
id, caption, command | Initializes a new instance of the UICommand class with specified settings. |
UICommand |
id, caption, command, is |
Initializes a new instance of the UICommand class with specified settings. |
UICommand |
id, caption, command | Initializes a new instance of the UICommand class with specified settings. |
See Also