C# Class UICalendar.MonthEventElement

Inheritance: MonoTouch.Dialog.Element
Show file Open project: Clancey/UICalendar Class Usage Examples

Public Properties

Property Type Description
OnEventClicked EventClicked
TheEvent CalendarDayEventView
circleWidth float
margin float
subTimeWidth float
timeWidth float

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
MonthEventElement ( CalendarDayEventView theEvent ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

MonthEventElement() public method

public MonthEventElement ( CalendarDayEventView theEvent ) : System
theEvent CalendarDayEventView
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

OnEventClicked public property

public EventClicked OnEventClicked
return EventClicked

TheEvent public property

public CalendarDayEventView,UICalendar TheEvent
return CalendarDayEventView

circleWidth public static property

public static float circleWidth
return float

margin public static property

public static float margin
return float

subTimeWidth public static property

public static float subTimeWidth
return float

timeWidth public static property

public static float timeWidth
return float