DOMView2DVEventTarget

AfterEvent

Event raised asynchronously in .Net after the event has been raised in the browser

BeforeEvent

Event raised synchronously in .Net which can be used to cancel the event in the browser

AddEvents

Add DOM event listeners that will raise an event in BeforeEvent and AfterEvent

Names String event names separated with spaces

RemoveEvents

Remove DOM event listeners

Names String event names separated with spaces