Share via


UIActionSheetDelegate.WillDismiss(UIActionSheet, IntPtr) Method

Definition

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

[Foundation.Export("actionSheet:willDismissWithButtonIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDismiss(UIKit.UIActionSheet actionSheet, IntPtr buttonIndex);
[<Foundation.Export("actionSheet:willDismissWithButtonIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDismiss : UIKit.UIActionSheet * nativeint -> unit
override this.WillDismiss : UIKit.UIActionSheet * nativeint -> unit

Parameters

actionSheet
UIActionSheet
buttonIndex
IntPtr

nativeint

Implements

Attributes

Applies to