Table of Contents

Method InitMutationEventNs

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

InitMutationEventNs(string, string, bool, bool, INode, string, string, string, AttrChangeType)

The InitMutationEventNs method is used to initialize the value of a IMutationEvent created using the IDocumentEvent.CreateEvent method.

public void InitMutationEventNs(string namespaceUri, string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevValue, string newValue, string attrName, AttrChangeType attrChange)

Parameters

namespaceUri string

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

eventType string
bubbles bool
cancelable bool
relatedNode INode
prevValue string
newValue string
attrName string
attrChange AttrChangeType

Remarks

This method may only be called before the IMutationEvent 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.