Future<bool> onChangeHandler() async { return _onChange != null ? await EventHandler(this).execute(_onChange) : true; }