Interface IMutationEvent
.NET interface for TO BE DEFINED FROM USER
public interface IMutationEvent : IEvent
- Inherited Members
Properties
AttrChange
short AttrChange { get; }
Property Value
AttrName
String AttrName { get; }
Property Value
NewValue
String NewValue { get; }
Property Value
PrevValue
String PrevValue { get; }
Property Value
RelatedNode
Node RelatedNode { get; }
Property Value
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)