UIKit.UIAlertViewDelegate Members

The members of UIKit.UIAlertViewDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.