onAdd

var onAdd: T.() -> Unit? = null

onAdd gets invoked anytime after a ComponentView is added to this Pane with the added ComponentView as its receiver.