C# Class TodoApp.Controls.CalendarView

Inheritance: Xamarin.Forms.View
Datei anzeigen Open project: strongloop/loopback-example-xamarin Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
NotifyDateSelected ( System.DateTime dateSelected ) : void
NotifyMonthChanged ( System.DateTime month ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

NotifyDateSelected() public method

public NotifyDateSelected ( System.DateTime dateSelected ) : void
dateSelected System.DateTime
return void

NotifyMonthChanged() public method

public NotifyMonthChanged ( System.DateTime month ) : void
month System.DateTime
return void