Interface IControlStateObjectChanged
Contains methods which are called when properties of the specific control state object are changed.
public interface IControlStateObjectChanged
Methods
- DisabledChanged(object?)
'Disabled' state properties are changed.
- FocusedChanged(object?)
'Focused' state properties are changed.
- HoveredChanged(object?)
'Hovered' state properties are changed.
- NormalChanged(object?)
'Normal' state properties are changed.
- PressedChanged(object?)
'Pressed' state properties are changed.