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
stringbubbles
boolcancelable
boolview
IAbstractViewdetail
long
UiEvent(string, string, bool, bool, IAbstractView, long)
public UiEvent(string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail)