UIKit.UIAlertViewDelegate: Method Members

The methods of UIKit.UIAlertViewDelegate are listed below. For a list of all members, see the UIAlertViewDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

Canceled(UIAlertView)
Indicates that this UIAlertView is about to be canceled.
Clicked(UIAlertView, nint)
Indicates that the user has clicked a button in this UIAlertView.
Dismissed(UIAlertView, nint)
Indicates that this UIAlertView has been dismissed.
Presented(UIAlertView)
Indicates that this UIAlertView has been presented to the application user.
ShouldEnableFirstOtherButton(UIAlertView) : bool
Whether the first non-cancel button in this UIAlertView should be enabled.
WillDismiss(UIAlertView, nint)
Indicates that this UIAlertView will shortly be dismissed.
WillPresent(UIAlertView)
Indicates that this UIAlertView will shortly be presented to the application user.