Share via


UIActionSheetDelegate_Extensions.WillDismiss Method

Definition

Indicates that the action sheet will shortly be dismissed due to pushing of the button at buttonIndex.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDismiss(this UIKit.IUIActionSheetDelegate This, UIKit.UIActionSheet actionSheet, IntPtr buttonIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDismiss : UIKit.IUIActionSheetDelegate * UIKit.UIActionSheet * nativeint -> unit

Parameters

actionSheet
UIActionSheet
buttonIndex
IntPtr

nativeint

Attributes

Applies to