Main Page | Packages | Class Tree | Index | Help

xp.events

class PropertyChangedEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.PropertyChangedEvent


class PropertyChangedEvent
extends Event

Broadcast when an property changes.

Notifies listeners that a property has changed.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


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.

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
PropertyChangedEvent ( property: String, value: Object, trigger: Object)
Constructs a new PropertyChanged event



Field Documentation

property

var property: String
The name of the property.

trigger

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.

type

var type: String
The type of event, the string "propertyChanged".

value

var value: Object
The new value of the property.


Constructor Documentation

PropertyChangedEvent

public function PropertyChangedEvent(property: String,
 value: Object,
 trigger: Object)
Constructs a new PropertyChanged event

Parameters:
property
The new value of the property.
value
The propertyChanged events cant be routed.
trigger
A trigger

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc