UIKit.UIActionSheetDelegate_Extensions Members

The members of UIKit.UIActionSheetDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Canceled(this IUIActionSheetDelegate, UIActionSheet)
Indicates that the UIActionSheet was canceled.
static
Clicked(this IUIActionSheetDelegate, UIActionSheet, nint)
Indicates that the button at the buttonIndex was clicked.
static
Dismissed(this IUIActionSheetDelegate, UIActionSheet, nint)
Indicates that the action was dismissed from the screen due to pushing of the button at buttonIndex.
static
Presented(this IUIActionSheetDelegate, UIActionSheet)
Indicates that the action sheet was presented to the user.
static
WillDismiss(this IUIActionSheetDelegate, UIActionSheet, nint)
Indicates that the action sheet will shortly be dismissed due to pushing of the button at buttonIndex.
static
WillPresent(this IUIActionSheetDelegate, UIActionSheet)
Indicates that the action sheet is about to be presented.