abstract fun handlePreBind(holder: EpoxyViewHolder!, objectToBind: T, position: Int): Unit
Called on the generated model immediately before the main model onBind method has been called. This let's the generated model handle binding setup of its own
The ViewHolder is needed to get the model's adapter position when clicked.