AfterEvent | Event raised asynchronously in .Net after the event has been raised in the browser
Sender DVWindow
|
BeforeEvent | Event raised synchronously in .Net which can be used to cancel the event in the browser
Sender DVWindow
|
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
|