Table of Contents

Method InitUiEventNs

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

InitUiEventNs(string, string, bool, bool, IAbstractView, long)

The InitUiEventNs method is used to initialize the value of a IUiEvent created using the IDocumentEvent.CreateEvent method. This method may only be called before the IUiEvent has been dispatched via the IEventTarget.DispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.

public void InitUiEventNs(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