XmlNodeChangedEventArgs.NewParent Propriedade

Definição

Obtém o valor de após ParentNode a operação terminar.

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

Valor de Propriedade

O valor de após ParentNode a conclusão da operação. Esta propriedade retorna null se o nó estiver a ser removido. Para nós de atributo, esta propriedade devolve o OwnerElement.

Aplica-se a