Overrides the internal RemoveChild method to support DDOM functionality. The function unbinds, then rebinds and applies all XRules documents attached to the XmlDocument of the node being removed.
[Visual Basic] Overrides Public Function RemoveChild( _ ByVal oldChild As XmlNode _ ) As XmlNode [C#] public override XmlNode RemoveChild( XmlNode oldChild ); [C++] public: XmlNode* RemoveChild( XmlNode* oldChild ); [JScript] public override function RemoveChild( XmlNode oldChild ): XmlNode;
Node that was removed.
DXmlElement Class | XRules Namespace