C# Class UICalendar.CalendarDayEventView

Inheritance: UIView
ファイルを表示 Open project: Clancey/UICalendar Class Usage Examples

Public Properties

Property Type Description
OnEventClicked EventClicked
OnEventDoubleClicked EventClicked
ParentView object

Private Properties

Property Type Description

Public Methods

Method Description
CalendarDayEventView ( ) : System
CalendarDayEventView ( CGRect frame ) : System
CalendarDayEventView ( EKEvent theEvent ) : System
Draw ( CGRect rect ) : void
OverlapsWith ( CalendarDayEventView e ) : bool
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
setupCustomInitialisation ( ) : void

Method Details

CalendarDayEventView() public method

public CalendarDayEventView ( ) : System
return System

CalendarDayEventView() public method

public CalendarDayEventView ( CGRect frame ) : System
frame CGRect
return System

CalendarDayEventView() public method

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

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

OverlapsWith() public method

public OverlapsWith ( CalendarDayEventView e ) : bool
e CalendarDayEventView
return bool

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

setupCustomInitialisation() public method

public setupCustomInitialisation ( ) : void
return void

Property Details

OnEventClicked public_oe property

public EventClicked OnEventClicked
return EventClicked

OnEventDoubleClicked public_oe property

public EventClicked OnEventDoubleClicked
return EventClicked

ParentView public_oe property

public object ParentView
return object