UIKit.UIAlertViewDelegate_Extensions Members

The members of UIKit.UIAlertViewDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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