Not exactly a bug, but still..
The event hint description gives NONE info about the only thing that matters - the expected value for this field.
I had to dig into the code to understand.
Certain events take hints that can limit when the listener is run. This can result in performance improvements by loading the listener class in fewer cases. Individual events will list the value of the hint that will be passed in, if any.
The event hint description gives NONE info about the only thing that matters - the expected value for this field.
I had to dig into the code to understand.