Method | Description | |
---|---|---|
ButtonElement ( string caption, System.Action tapped ) : System | ||
ButtonElement ( string caption, System.Action tapped, int layoutId ) : System | ||
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
Summary ( ) : string |
public ButtonElement ( string caption, System.Action tapped ) : System | ||
caption | string | |
tapped | System.Action | |
return | System |
public ButtonElement ( string caption, System.Action tapped, int layoutId ) : System | ||
caption | string | |
tapped | System.Action | |
layoutId | int | |
return | System |
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 |