C# Class UICalendar.MonthEventElement

Inheritance: MonoTouch.Dialog.Element
Mostra 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_oe property

public EventClicked OnEventClicked
return EventClicked

TheEvent public_oe property

public CalendarDayEventView,UICalendar TheEvent
return CalendarDayEventView

circleWidth public_oe static_oe property

public static float circleWidth
return float

margin public_oe static_oe property

public static float margin
return float

subTimeWidth public_oe static_oe property

public static float subTimeWidth
return float

timeWidth public_oe static_oe property

public static float timeWidth
return float