Table of Contents

Constructor BaseTypeNavigationController

Namespace
Innova.Prism.Library.Controllers
Assembly
Innova.Prism.Library.dll

BaseTypeNavigationController(IRegionManager, IWindowDialogService, IEventAggregator)

Initializes a new instance of the BaseTypeNavigationController<T> class.

public BaseTypeNavigationController(IRegionManager regionManager, IWindowDialogService dialogService, IEventAggregator eventAggregator)

Parameters

regionManager IRegionManager

The region manager.

dialogService IWindowDialogService

The dialog service.

eventAggregator IEventAggregator

The event aggregator.