GraphGroup.OnPropertyChanged Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
OnPropertyChanged(String) | Raises the property changed events for both the node and the group. (Overrides GraphObject.OnPropertyChanged(String).) |
![]() |
OnPropertyChanged(GraphProperty) | Raises a PropertyChangd event for the given GraphProperty. (Inherited from GraphObject.) |
Top