MutationEvent.initMutationEvent
- void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue, string attrName, ushort attrChange)
- void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue, string attrName)
- void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue)
- void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue)
- void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode)
- void initMutationEvent(string type, bool canBubble, bool cancelable)
- void initMutationEvent(string type, bool canBubble)
struct MutationEvent
nothrow
void
initMutationEvent
()
- void initMutationEvent(string type)