C# Class MonoDroid.DialogSample.DialogActivity

Inheritance: Android.App.Activity
Show file Open project: Cheesebaron/MonoDroid.DialogSample

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnCreateDialog ( int id, Bundle args ) : Android.App.Dialog

Private Methods

Method Description
CancelClicked ( object sender, DialogClickEventArgs args ) : void
ListClicked ( object sender, DialogClickEventArgs args ) : void
MultiListClicked ( object sender, DialogMultiChoiceClickEventArgs args ) : void
OkClicked ( object sender, DialogClickEventArgs args ) : void

Method Details

OnCreate() protected method

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

OnCreateDialog() protected method

protected OnCreateDialog ( int id, Bundle args ) : Android.App.Dialog
id int
args Bundle
return Android.App.Dialog