C# 클래스 UICalendar.CalendarDayEventView

상속: UIView
파일 보기 프로젝트 열기: Clancey/UICalendar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnEventClicked EventClicked
OnEventDoubleClicked EventClicked
ParentView object

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CalendarDayEventView() 공개 메소드

public CalendarDayEventView ( ) : System
리턴 System

CalendarDayEventView() 공개 메소드

public CalendarDayEventView ( CGRect frame ) : System
frame CGRect
리턴 System

CalendarDayEventView() 공개 메소드

public CalendarDayEventView ( EKEvent theEvent ) : System
theEvent EKEvent
리턴 System

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

OverlapsWith() 공개 메소드

public OverlapsWith ( CalendarDayEventView e ) : bool
e CalendarDayEventView
리턴 bool

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

setupCustomInitialisation() 공개 메소드

public setupCustomInitialisation ( ) : void
리턴 void

프로퍼티 상세

OnEventClicked 공개적으로 프로퍼티

public EventClicked OnEventClicked
리턴 EventClicked

OnEventDoubleClicked 공개적으로 프로퍼티

public EventClicked OnEventDoubleClicked
리턴 EventClicked

ParentView 공개적으로 프로퍼티

public object ParentView
리턴 object