The members of UIKit.UIActionSheetDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
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. | ||