Interface IMenu
public interface IMenu : IObservableCollection<MenuItemBase>, IList<MenuItemBase>, ICollection<MenuItemBase>, IEnumerable<MenuItemBase>, IEnumerable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyCollectionChanged
- Inherited Members
-
INotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying