Table of Contents

Interface IMutationEvent

Namespace
Org.W3c.Dom.Events
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMutationEvent : IEvent
Inherited Members

Properties

AttrChange

short AttrChange { get; }

Property Value

short

AttrName

String AttrName { get; }

Property Value

String

NewValue

String NewValue { get; }

Property Value

String

PrevValue

String PrevValue { get; }

Property Value

String

RelatedNode

Node RelatedNode { get; }

Property Value

Node

Methods

InitMutationEvent(String, bool, bool, Node, String, String, String, short)

void InitMutationEvent(String arg0, bool arg1, bool arg2, Node arg3, String arg4, String arg5, String arg6, short arg7)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 Node

Node

arg4 String

String

arg5 String

String

arg6 String

String

arg7 short

short