Table of Contents

Method InitTextEventNs

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

InitTextEventNs(string, string, bool, bool, IAbstractView, string)

The InitTextEventNs method is used to initialize the value of a ITextEvent created using the IDocumentEvent.CreateEvent method. This method may only be called before the ITextEvent 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. This method has no effect if called after the event has been dispatched.

void InitTextEventNs(string namespaceUri, string type, bool canBubbleArg, bool cancelableArg, IAbstractView viewArg, string dataArg)

Parameters

namespaceUri string

Specifies the namespace URI associated with this event, or null if the applications wish to have no namespace.

type string

Specifies the event type.

canBubbleArg bool

Specifies whether or not the event can bubble.

cancelableArg bool

Specifies whether or not the event's default action can be prevent.

viewArg IAbstractView

Specifies the ITextEvent's view.

dataArg string

Specifies the ITextEvent's data attribute