| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.PropertyChangedEvent
Field Summary | ||
| property: String | ||
| The name of the property. | ||
| trigger: Object | ||
| A trigger. | ||
| type: String | ||
| The type of event, the string "propertyChanged". | ||
| value: Object | ||
| The new value of the property. | ||
| ||
Constructor | ||
| public | PropertyChangedEvent ( property: String, value: Object, trigger: Object) | |
| Constructs a new PropertyChanged event | ||
| var property: String |
| The name of the property. |
| var trigger: Object |
| A trigger. Handler of this event can supply a trigger which will be executed upon return. The trigger can be either a property bag or an anonymous function. |
| var type: String |
| The type of event, the string "propertyChanged". |
| var value: Object |
| The new value of the property. |
|
| Constructs a new PropertyChanged event | |||||||||
|