views:

223

answers:

0

DOM events in WebBrower control (local instance of IE) can be captured by HtmlElementEventHandler, that are attached to HTML DOM Document Object after DocumentCompleted event is fired.

How to store event that was fired, so that it could be invoked with InvokeMember() at later time. I am assuming that unique or pseudo unique tags and meta data like : id, name, class etc. are not a Must Have.

How can DOM events be serialized? (In a fairly efficient, developer friendly, no 3rd party tools, main scenario only kind of manner)