Click or drag to resize

EventType Constructor

Constructs an EventType instance from the given string.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public EventType(
	string value
)

Parameters

value
Type: SystemString
A string that specifies the name of the event without the "on" prefix.
See Also