XmlNodeChangedEventArgs.NewParent 속성

정의

작업을 완료한 후 ParentNode의 값을 가져옵니다.

public:
 property System::Xml::XmlNode ^ NewParent { System::Xml::XmlNode ^ get(); };
public System.Xml.XmlNode NewParent { get; }
public System.Xml.XmlNode? NewParent { get; }
member this.NewParent : System.Xml.XmlNode
Public ReadOnly Property NewParent As XmlNode

속성 값

XmlNode

작업을 완료한 후 ParentNode의 값입니다. 노드를 제거할 경우 이 속성에서 null을 반환합니다. 특성 노드의 경우 이 속성 OwnerElement은 .

적용 대상