VisualTreeChangeEventArgs.ChangeType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l'élément enfant a été ajouté à un autre élément (Parent) ou supprimé.
public:
property System::Windows::Diagnostics::VisualTreeChangeType ChangeType { System::Windows::Diagnostics::VisualTreeChangeType get(); };
public System.Windows.Diagnostics.VisualTreeChangeType ChangeType { get; }
member this.ChangeType : System.Windows.Diagnostics.VisualTreeChangeType
Public ReadOnly Property ChangeType As VisualTreeChangeType
Valeur de propriété
Valeur d'énumération qui indique si l'élément enfant a été ajouté ou supprimé.
Remarques
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.