Class EventParameters.Builder
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
The EventParameters builder.
public class EventParameters.Builder
- Inheritance
-
EventParameters.Builder
- Inherited Members
Properties
- Bubbles
Gets or sets whether the dispatched event is a bubbling event.
- Cancelable
Gets or sets whether the dispatched event can have its default action prevented.
Methods
- Build()
Builds and returns a read-only EventParameters object.