I can use the connect() function to add a Javascript event handler to an event but is there a way to remove an existing handler that's defined in my C# code so that my new Javascript handler replaces the existing C# handler?
Neil
(I'm using V8)
Neil
(I'm using V8)