Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Event dispatched when session data for the Collection changes.
key:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The session data key that was changed.
Implementation public function get key():String
kind:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The kind of change represented by this event. One of the following:
ADDED
, CHANGED
, DELETED
.
Implementation public function get kind():String
See also
sessionData:*
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
For events with kind ADDED
or CHANGED
, the new
value of the session data. For events with kind DELETED
this
is null
.
Implementation public function get sessionData():*
public static const ADDED:String = added
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Value of the kind
property indicating that new session data was added.
public static const CHANGED:String = changed
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Value of the kind
property indicating that existing session data was modified.
public static const DELETED:String = delete
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Value of the kind
property indicating that session data was deleted.
public static const SESSION_DATA_CHANGED:String = sessionDataChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Defines the value of the type
property of the Event
object for a
sessionDataChanged
event.
Fri Apr 15 2011, 11:10 AM -07:00