Constructor MenuModelEntity
- Namespace
- Innova.Prism.Library.Menus.ItemModels
- Assembly
- Innova.Prism.Library.dll
MenuModelEntity(IEventAggregator, bool)
Initializes a new instance of the MenuModelEntity<T> class.
public MenuModelEntity(IEventAggregator eventAggregator, bool subscribeCheckedItems = false)
Parameters
eventAggregatorIEventAggregatorThe event aggregator.
subscribeCheckedItemsboolIndicates whether to subscribe to checked items events.