Exemple #1
0
 /// <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;
 }
Exemple #2
0
 private void OnCurrentDescriptionChanged(PropertyGrid o, AvaloniaPropertyChangedEventArgs e)
 {
     o.OnCurrentDescriptionChanged(e);
 }