C# Класс UICalendar.RotatingCalendarView

Наследование: RotatingViewController
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OnEventClicked EventClicked
addController EKEventEditViewController

Открытые методы

Метод Описание
ForceAutoRotate ( ) : void
RotatingCalendarView ( CGRect rect ) : System
RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System
SetupNavBar ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Приватные методы

Метод Описание
AddNewEventClicked ( object sender, EventArgs e ) : void
EventsChanged ( NSNotification notification ) : void
HandleNextWeekTouch ( object sender, EventArgs e ) : void
HandlePreviousDayTouch ( object sender, EventArgs e ) : void
HandlePreviousWeekTouch ( object sender, EventArgs e ) : void
landScapeNavBar ( ) : void
portriatNavBar ( ) : void
setDate ( System.DateTime date ) : void

Описание методов

ForceAutoRotate() публичный Метод

public ForceAutoRotate ( ) : void
Результат void

RotatingCalendarView() публичный Метод

public RotatingCalendarView ( CGRect rect ) : System
rect CGRect
Результат System

RotatingCalendarView() публичный Метод

public RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
Результат System

SetupNavBar() публичный Метод

public SetupNavBar ( ) : void
Результат void

ShouldAutorotateToInterfaceOrientation() публичный Метод

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Результат bool

ViewWillAppear() публичный Метод

public ViewWillAppear ( bool animated ) : void
animated bool
Результат void

ViewWillDisappear() публичный Метод

public ViewWillDisappear ( bool animated ) : void
animated bool
Результат void

Описание свойств

OnEventClicked публичное свойство

public EventClicked OnEventClicked
Результат EventClicked

addController публичное свойство

public EKEventEditViewController addController
Результат EKEventEditViewController