Eventhandler
reflex_core.event.EventHandlerAn event handler responds to an event to update the state.
Attributes: fn: The function to call in response to the event. state_full_name: The full name of the state class this event handler is attached to. Empty string means this event handler is a server side event.