Table of Contents

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 IEventAggregator

The event aggregator.

subscribeCheckedItems bool

Indicates whether to subscribe to checked items events.