Constructor EventType
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
EventType(string)
Constructs an EventType instance from the given string.
public EventType(string value)
Parameters
value
stringA string that specifies the name of the event without the "on" prefix.