Abstract Readonly Abstract onAn OnEvent sender of container updates.
Sends two arrays on each container update: the first one contains added control entries, while the second one contains removed control entries.
The [OnEvent__symbol] property is an alias of this one.
Readonly Abstract readAn AfterEvent keeper of input container contents.
The [AfterEvent__symbol] property is an alias of this one.
Generated using TypeDoc
Controls of input container.
Allows to track container contents. I.e. nested controls, their additions and removal.
Implements
EventSenderinterface by sending arrays of added and removed control entries.Implements
EventKeeperinterface by sending container contents instance each time it is changed.