Hi JAQAUN,
Thanks for that, of course that's it. I did also have to add metadata to the ItemRenderer like this:
PHP Code:
<fx:Metadata>
        [
Event(name="change_year"type="events.ChangeYearEvent")]
    </
fx:Metadata
To actually be able to read the data passed with the event. Now it works. Thanks again for all the help.