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
stringSpecifies the namespace URI associated with this event, or null if the application wish to have no namespace.
eventType
stringbubbles
boolcancelable
boolrelatedNode
INodeprevValue
stringnewValue
stringattrName
stringattrChange
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.