C# Class Sport.Mobile.Shared.ChallengeCardView

Inheritance: Xamarin.Forms.ContentView
Show file Open project: xamarin/Sport Class Usage Examples

Public Properties

Property Type Description
OnAcceptedProperty BindableProperty
OnClickedProperty BindableProperty
OnDeclinedProperty BindableProperty
OnNudgeProperty BindableProperty
OnPostResultsProperty BindableProperty
ViewModelProperty BindableProperty

Public Methods

Method 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 method

public ChallengeCardView ( ) : System
return System

HandleAccepted() public method

public HandleAccepted ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandleDeclined() public method

public HandleDeclined ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandleNudgeAthlete() public method

public HandleNudgeAthlete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandlePostResults() public method

public HandlePostResults ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

OnAcceptedProperty public static property

public static BindableProperty OnAcceptedProperty
return BindableProperty

OnClickedProperty public static property

public static BindableProperty OnClickedProperty
return BindableProperty

OnDeclinedProperty public static property

public static BindableProperty OnDeclinedProperty
return BindableProperty

OnNudgeProperty public static property

public static BindableProperty OnNudgeProperty
return BindableProperty

OnPostResultsProperty public static property

public static BindableProperty OnPostResultsProperty
return BindableProperty

ViewModelProperty public static property

public static BindableProperty ViewModelProperty
return BindableProperty