GraphNode.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) | 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. (Overrides GraphObject.OnPropertyChanged(String).) | |
OnPropertyChanged(GraphProperty) | Raises a PropertyChangd event for the given GraphProperty. (Inherited from GraphObject.) |
Top