C# Class EasyBike.Droid.Views.ContractsActivity

ファイルを表示 Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Public Methods

Method Description
OnCreateOptionsMenu ( IMenu menu ) : bool
OnOptionsItemSelected ( IMenuItem item ) : bool

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
ContractsList_ChildClick ( object sender, Android.Widget.ExpandableListView e ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnCreateOptionsMenu() public method

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
return bool

OnOptionsItemSelected() public method

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
return bool