Share via


UIActionSheetDelegate_Extensions.Dismissed Method

Definition

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

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

Parameters

actionSheet
UIActionSheet
buttonIndex
IntPtr

nativeint

Attributes

Applies to