When auto completion feature is turned on for Forms in IE, it sends a 'property change' event when a text input is auto completed while it sends a 'change' event when a user types in a value.
Listen for both 'propert change' and 'change' on a 'text' input if your form behaves depending on the value entered either manually or by browser's auto completion feature.