C# Class TodoApp.Controls.CalendarView

Inheritance: Xamarin.Forms.View
Afficher le fichier Open project: strongloop/loopback-example-xamarin Class Usage Examples

Méthodes publiques

Méthode Description
Hide ( ) : void
NotifyDateSelected ( System.DateTime dateSelected ) : void
NotifyMonthChanged ( System.DateTime month ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

NotifyDateSelected() public méthode

public NotifyDateSelected ( System.DateTime dateSelected ) : void
dateSelected System.DateTime
Résultat void

NotifyMonthChanged() public méthode

public NotifyMonthChanged ( System.DateTime month ) : void
month System.DateTime
Résultat void