Table of Contents

Class CalendarController

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public class CalendarController : SimpleScreenControllerBase<CalendarModel, CalendarView>, IScreenController<CalendarModel>, IScreenController
Inheritance
CalendarController
Implements
Inherited Members

Constructors

CalendarController(IServices, IEnumerable<IDesktopCalendarEntry>)

public CalendarController(IServices services, IEnumerable<IDesktopCalendarEntry> calendarEntries)

Parameters

services IServices
calendarEntries IEnumerable<IDesktopCalendarEntry>

Methods

CreateModel(ISurface)

protected override CalendarModel CreateModel(ISurface surface)

Parameters

surface ISurface

Returns

CalendarModel

OnClosed()

protected override void OnClosed()

OnOpened()

protected override void OnOpened()