GraphGroup.OnPropertyChanged(String) Method

Definition

Raises the property changed events for both the node and the group.

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

Parameters

name
String

Remarks

Redirects the property changed events to the wrapped node.

Applies to