I have an app that currently fires correctly on place_changed.
However, I want to branch search to behave differently when a user has selected an autocomplete entry,
There is only one documented event in the Google Maps Javascript API v3 for the google.maps.places.Autocomplete class, place_changed
place_changed
You can add standard HTML event listeners to it (not sure if that will affect the Autocomplete functionality).