Share via


UIActionSheetDelegate.Dismissed(UIActionSheet, IntPtr) Method

Definition

Indicates that the action was dismissed from the screen due to pushing of the button at buttonIndex.

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

Parameters

actionSheet
UIActionSheet
buttonIndex
IntPtr

nativeint

Implements

Attributes

Applies to