Share via


UIActionSheetDelegate_Extensions.Clicked Method

Definition

Indicates that the button at the buttonIndex was clicked.

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

Parameters

actionSheet
UIActionSheet
buttonIndex
IntPtr

nativeint

Attributes

Applies to