CSEventPropertyBase

fun <T> CSEventPropertyBase(onApply: (value: T) -> Unit? = null)
fun <T> CSEventPropertyBase(parent: CSHasDestroy? = null, onChange: (value: T) -> Unit? = null)