System::Xml::XmlNodeChangedEventArgs::XmlNodeChangedEventArgs constructor
Contents
[
Hide
]XmlNodeChangedEventArgs::XmlNodeChangedEventArgs constructor
Initializes a new instance of the XmlNodeChangedEventArgs class.
System::Xml::XmlNodeChangedEventArgs::XmlNodeChangedEventArgs(const SharedPtr<XmlNode> &node, const SharedPtr<XmlNode> &oldParent, const SharedPtr<XmlNode> &newParent, const String &oldValue, const String &newValue, XmlNodeChangedAction action)
Parameter | Type | Description |
---|---|---|
node | const SharedPtr<XmlNode>& | The XmlNode that generated the event. |
oldParent | const SharedPtr<XmlNode>& | The old parent XmlNode of the XmlNode that generated the event. |
newParent | const SharedPtr<XmlNode>& | The new parent XmlNode of the XmlNode that generated the event. |
oldValue | const String& | The old value of the XmlNode that generated the event. |
newValue | const String& | The new value of the XmlNode that generated the event. |
action | XmlNodeChangedAction | The XmlNodeChangedAction. |
See Also
- Typedef SharedPtr
- Class XmlNode
- Class String
- Enum XmlNodeChangedAction
- Class XmlNodeChangedEventArgs
- Namespace System::Xml
- Library Aspose.PUB for C++