Class EventParameters
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
The parameters of creating the DOM event.
public class EventParameters
- Inheritance
-
EventParameters
- Inherited Members
Properties
- Bubbles
Indicates whether the dispatched event is a bubbling event.
- Cancelable
Indicates whether the dispatched event can have its default action prevented.