C# Class Android.Dialog.ButtonElement

Inheritance: StringElement, View.IOnClickListener
Datei anzeigen Open project: sam-lippert/Android.Dialog

Public Methods

Method Description
ButtonElement ( string caption, EventHandler tapped ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
OnClick ( Android.Views.View v ) : void
Summary ( ) : string

Method Details

ButtonElement() public method

public ButtonElement ( string caption, EventHandler tapped ) : System
caption string
tapped EventHandler
return System

GetView() public method

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
return Android.Views.View

OnClick() public method

public OnClick ( Android.Views.View v ) : void
v Android.Views.View
return void

Summary() public method

public Summary ( ) : string
return string