FireEvent method not returning cancelchange status correctly.
ATL / WTL / STL
1
Posts
1
Posters
1
Views
1
Watching
-
Hi, I am using
IHTMLElement3::fireEvent Method
in my display framework to fire my OnChange method to browser. Using script, I'm setting cancelchange status( window.event.ReturnValue = false; ). But "pfCancelled" argument of FireEvent is not returning cancel status "VARIANT_FALSE". Anybody knows the reason?