Interface for controls that hold a value and can notify when it is changed by user input.
Property | Description |
---|---|
value | The value the control holds. |
Method | Description |
---|---|
SetValueWithoutNotify | Sets the value and, even if different, doesn't notify registers callbacks with a ChangeEvent_1 |