Table of Contents

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 string

A string that specifies the name of the event without the "on" prefix.