GraphGroup.OnPropertyChanged(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.