I found the issue.
Through a process of elimination, it turns out that a second UI grouping that I had (for other uses) which also contains a camera with the UICamera script attached was apparently intercepting the events. Since it turned out that the second camera was redundant (probably added via the NGUI wizard and I missed it), I deleted it and now the events are being triggered.
Regards.