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