GraphNode.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.
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