Méthode | Description | |
---|---|---|
ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content | ||
OnClick ( Android.Views.View v ) : void | ||
Summary ( ) : string |
Méthode | Description | |
---|---|---|
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View | ||
UpdateCaptionDisplay ( View cell ) : void |
public ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content | ||
caption | string | |
tapped | EventHandler | |
Résultat | Android.Content |
protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View | ||
context | Android.Content.Context | |
parent | Android.Views.ViewGroup | |
Résultat | Android.Views.View |
public OnClick ( Android.Views.View v ) : void | ||
v | Android.Views.View | |
Résultat | void |
protected UpdateCaptionDisplay ( View cell ) : void | ||
cell | View | |
Résultat | void |