A handy event for simply dispatching a value associated with the event type.
protected var _value:* The value.
value:* [read-only]
Accessor: get the value.
Implementation
public function get value():*
public function ValueEvent(type:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)
Construct the value event.
Parameters
| type:String |
| |
| value:Boolean |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:* (default = false) |
public override function clone():Event
Returns
Copyright © 2007-2009 Three Rings Design, Inc.