XmlNodeChangedEventArgs 생성자

정의

XmlNodeChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 XmlNodeChangedEventArgs(System::Xml::XmlNode ^ node, System::Xml::XmlNode ^ oldParent, System::Xml::XmlNode ^ newParent, System::String ^ oldValue, System::String ^ newValue, System::Xml::XmlNodeChangedAction action);
public XmlNodeChangedEventArgs (System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action);
public XmlNodeChangedEventArgs (System.Xml.XmlNode? node, System.Xml.XmlNode? oldParent, System.Xml.XmlNode? newParent, string? oldValue, string? newValue, System.Xml.XmlNodeChangedAction action);
new System.Xml.XmlNodeChangedEventArgs : System.Xml.XmlNode * System.Xml.XmlNode * System.Xml.XmlNode * string * string * System.Xml.XmlNodeChangedAction -> System.Xml.XmlNodeChangedEventArgs
Public Sub New (node As XmlNode, oldParent As XmlNode, newParent As XmlNode, oldValue As String, newValue As String, action As XmlNodeChangedAction)

매개 변수

node
XmlNode

이벤트를 생성한 XmlNode입니다.

oldParent
XmlNode

이벤트를 생성한 XmlNode의 이전 부모 XmlNode입니다.

newParent
XmlNode

이벤트를 생성한 XmlNode의 새 부모 XmlNode입니다.

oldValue
String

이벤트를 생성한 XmlNode의 이전 값입니다.

newValue
String

이벤트를 생성한 XmlNode의 새 값입니다.

적용 대상