Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

Base class for Command and CommandGroup.

namespace: Crow

Inheritance Hierarchy

Syntax

public class CommandBase : IValueChange

Constructors

prototype description

Properties

name description
Caption label to display in the bound control
Icon Icon to display in the bound control

Methods

prototype description
void NotifyValueChanged(string MemberName, object _value) __

Events

name description
ValueChanged __
Clone this wiki locally