Table of Contents

Constructor UiEvent

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

UiEvent()

public UiEvent()

UiEvent(string, bool, bool, IAbstractView, long)

public UiEvent(string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail)

Parameters

eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long

UiEvent(string, string, bool, bool, IAbstractView, long)

public UiEvent(string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail)

Parameters

namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long