Method InitMutationNameEventNs
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
InitMutationNameEventNs(string, string, bool, bool, INode, string, string)
The InitMutationNameEventNs method is used to initialize the value of a IMutationNameEvent created using the IDocumentEvent.CreateEvent method. This method may only be called before the IMutationNameEvent 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 InitMutationNameEventNs(string namespaceUri, string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevNamespaceUri, string prevNodeName)
Parameters
namespaceUri
stringSpecifies the namespace URI associated with this event, or
null
if the application wish to have no namespace.eventType
stringbubbles
boolcancelable
boolrelatedNode
INodeprevNamespaceUri
stringSpecifies the previous NamespaceUri of the related Node. This value may be
null
.prevNodeName
stringSpecifies the previous NodeName of the related Node.