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
eventAggregator
IEventAggregatorThe event aggregator.
subscribeCheckedItems
boolIndicates whether to subscribe to checked items events.