C# 클래스 TodoApp.Controls.CalendarView

상속: Xamarin.Forms.View
파일 보기 프로젝트 열기: strongloop/loopback-example-xamarin 1 사용 예제들

공개 메소드들

메소드 설명
Hide ( ) : void
NotifyDateSelected ( System.DateTime dateSelected ) : void
NotifyMonthChanged ( System.DateTime month ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

NotifyDateSelected() 공개 메소드

public NotifyDateSelected ( System.DateTime dateSelected ) : void
dateSelected System.DateTime
리턴 void

NotifyMonthChanged() 공개 메소드

public NotifyMonthChanged ( System.DateTime month ) : void
month System.DateTime
리턴 void