Events
.NET Events are not yet supported.
It is possible to work with JS events from .NET by calling the JS addEventListener()
or similar method and passing a JSFunction
callback. But there is no automatic marshalling yet to project a JS event as a .NET event.