Method InvalidateWhenItemPropertyChanged
InvalidateWhenItemPropertyChanged(TreeViewItem, string?)
Determines whether the tree view should be invalidated when a property of an item changes.
protected virtual bool InvalidateWhenItemPropertyChanged(TreeViewItem item, string? propertyName)
Parameters
itemTreeViewItemThe tree item whose property changed.
propertyNamestringThe name of the property that changed.