GraphNode.OnPropertyChanged(String) Method

Definition

Override that notifies the GraphGroupCollection whenever the IsGroup property has changed on this node. This has to be synchronous so that GraphGroup is immediately available after this operation in the same 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)

Parameters

property
String

The property that changed

Applies to