My objective is to fire a web event whenever my client fills in his form using google chrome's autofill feature (https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill).
I believe this is not possible unless google provides a plugin/api out-of-box which indicates that the autofill profile existed and has been chosen by the user to fill in his form. Can peers throw more light on this?
[Edit] Please note that this auto fill (by chrome) is user triggered, rather than the ones which we usually see browsers doing (like username/password, which happens at page load). Hence, the java script solution as prescribed in many other answers may not work here. My questions is very specific to the autofill profile which google chrome maintains, to help people checkout forms faster.