/// <summary> /// Initializes a new instance of the <see cref="CategoryItem"/> class. /// </summary> /// <param name="owner">The owner.</param> /// <param name="category">The category.</param> public CategoryItem(PropertyGrid owner, CategoryAttribute category) : this(owner, category.Category) { Attribute = category; }
private void OnCurrentDescriptionChanged(PropertyGrid o, AvaloniaPropertyChangedEventArgs e) { o.OnCurrentDescriptionChanged(e); }