Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Classes
ControlStateChangeListener
ControlStateChangeListener
An utility class used for supporting styling infrastructure.
WARNING: This class is intended for IOS only.
Summary 
Constructors
Constructors 
constructor 
new ControlStateChangeListener(control: any, callback: (state: string) => void): ControlStateChangeListener
Initializes an instance of ControlStateChangeListener class.
| Parameter | Default | Description | 
control |  | anyAn instance of the UIControl which state will be watched.  | 
callback |  | (state: string) => voidA callback called when a visual state of the UIControl is changed.  | 
 Returns ControlStateChangeListener
Methods 
start 
 Returns any
stop 
 Returns any
- Previous
 - ContentView
 - Next
 - CssAnimationParser