GraphNode.OnPropertyChanged(String) Méthode

Définition

Remplacement qui notifie le GraphGroupCollection chaque fois que la propriété IsGroup a changé sur ce nœud. Cela doit être synchrone afin que GraphGroup soit immédiatement disponible après cette opération dans la même transaction.

public:
 override void OnPropertyChanged(System::String ^ property);
public override void OnPropertyChanged (string property);
override this.OnPropertyChanged : string -> unit
Public Overrides Sub OnPropertyChanged (property As String)

Paramètres

property
String

Propriété qui a été modifiée

S’applique à