Table of Contents

Constructor Event

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Dom.dll

Event()

public Event()

Event(string, bool, bool)

public Event(string eventType, bool bubbles, bool cancelable)

Parameters

eventType string
bubbles bool
cancelable bool

Event(string, string, bool, bool)

public Event(string namespaceUri, string eventType, bool bubbles, bool cancelable)

Parameters

namespaceUri string
eventType string
bubbles bool
cancelable bool