This event is not used through the code; it is declared just to hide the original NodeChanged event.
[Visual Basic] Public Event NodeChanged As XmlNodeChangedEventHandler [C#] public event XmlNodeChangedEventHandler NodeChanged; [C++] public: __event XmlNodeChangedEventHandler* NodeChanged;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
DXmlDocument Class | XRules Namespace