This method is called to notify an instance of what MXML document
it belongs to, if any, and what its assigned id is in that
document, if any.
ChainBinding
Property Detail
destination
property
public var destination:Object
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The destination property name or chain.
document
property
protected var document:Object
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The host mxml document for the source and
destination objects. The source object
is either this document for simple bindings
like {foo} where foo is a property on
the mxml documnet, or found as document[sourceID]
for simple bindings like {someid.someproperty}