UIKit.UIActionSheetDelegate: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

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