| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.ValueChangedEvent
Field Summary | ||
| type: String | ||
| The type of event, the string "valueChanged". | ||
| value: Object | ||
| The value of the control | ||
| ||
Constructor | ||
| public | ValueChangedEvent ( value: Object) | |
| Constructs a new valueChanged event | ||
| var type: String |
| The type of event, the string "valueChanged". |
| var value: Object |
| The value of the control |
|
| Constructs a new valueChanged event | |||
|
The definition of value is dependent on the control.
This event is required for DataBinding support.