Property | Type | Description | |
---|---|---|---|
Handler | ButtonClickDelegate | ||
Text | string | ||
Type | UIAlertButtonType |
Method | Description | |
---|---|---|
UIAlertButton ( ) : System | ||
UIAlertButton ( UIAlertButtonType type ) : System | ||
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System | ||
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System |
public UIAlertButton ( UIAlertButtonType type ) : System | ||
type | UIAlertButtonType | |
return | System |
public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System | ||
type | UIAlertButtonType | |
handler | ButtonClickDelegate | |
return | System |
public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System | ||
type | UIAlertButtonType | |
handler | ButtonClickDelegate | |
text | string | |
return | System |