Constructs a new DXmlNodeChangedEventArgs using the information specified by the arguments.
[Visual Basic] Public Sub New( _ ByVal action As XmlNodeChangedAction, _ ByVal node As XmlNode, _ ByVal newParent As XmlNode, _ ByVal oldParent As XmlNode _ ) [C#] public DXmlNodeChangedEventArgs( XmlNodeChangedAction action, XmlNode node, XmlNode newParent, XmlNode oldParent ); [C++] public: DXmlNodeChangedEventArgs( XmlNodeChangedAction action, XmlNode* node, XmlNode* newParent, XmlNode* oldParent ); [JScript] public function DXmlNodeChangedEventArgs( XmlNodeChangedAction action, XmlNode node, XmlNode newParent, XmlNode oldParent );
DXmlNodeChangedEventArgs Class | XRules Namespace