Main Page | Packages | Class Tree | Index | Help

xp.events

class ValueChangedEvent

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


class ValueChangedEvent
extends Event

Broadcast when a controls value has been modified in some way.

Event; broadcast when the value of a control changes.
The definition of value is dependent on the control.
This event is required for DataBinding support.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


type: String
The type of event, the string "valueChanged".


value: Object
The value of the control

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
ValueChangedEvent ( value: Object)
Constructs a new valueChanged event



Field Documentation

type

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

value

var value: Object
The value of the control


Constructor Documentation

ValueChangedEvent

public function ValueChangedEvent(value: Object)
Constructs a new valueChanged event

Parameters:
value
The controls value

The documentation was generated from the following file:


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