C# Class Sport.Mobile.Shared.ChallengeCardView

Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: xamarin/Sport Class Usage Examples

Méthodes publiques

Свойство Type Description
OnAcceptedProperty BindableProperty
OnClickedProperty BindableProperty
OnDeclinedProperty BindableProperty
OnNudgeProperty BindableProperty
OnPostResultsProperty BindableProperty
ViewModelProperty BindableProperty

Méthodes publiques

Méthode Description
ChallengeCardView ( ) : System
HandleAccepted ( object sender, EventArgs e ) : void
HandleDeclined ( object sender, EventArgs e ) : void
HandleNudgeAthlete ( object sender, EventArgs e ) : void
HandlePostResults ( object sender, EventArgs e ) : void

Method Details

ChallengeCardView() public méthode

public ChallengeCardView ( ) : System
Résultat System

HandleAccepted() public méthode

public HandleAccepted ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

HandleDeclined() public méthode

public HandleDeclined ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

HandleNudgeAthlete() public méthode

public HandleNudgeAthlete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

HandlePostResults() public méthode

public HandlePostResults ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

OnAcceptedProperty public_oe static_oe property

public static BindableProperty OnAcceptedProperty
Résultat BindableProperty

OnClickedProperty public_oe static_oe property

public static BindableProperty OnClickedProperty
Résultat BindableProperty

OnDeclinedProperty public_oe static_oe property

public static BindableProperty OnDeclinedProperty
Résultat BindableProperty

OnNudgeProperty public_oe static_oe property

public static BindableProperty OnNudgeProperty
Résultat BindableProperty

OnPostResultsProperty public_oe static_oe property

public static BindableProperty OnPostResultsProperty
Résultat BindableProperty

ViewModelProperty public_oe static_oe property

public static BindableProperty ViewModelProperty
Résultat BindableProperty