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