UIActionSheetDelegate.Clicked(UIActionSheet, nint) Method

Definition

Indicates that the button at the buttonIndex was clicked.

[Foundation.Export("actionSheet:clickedButtonAtIndex:")]
public virtual void Clicked (UIKit.UIActionSheet actionSheet, nint buttonIndex);
abstract member Clicked : UIKit.UIActionSheet * nint -> unit
override this.Clicked : UIKit.UIActionSheet * nint -> unit

Parameters

actionSheet
UIActionSheet
buttonIndex
System.System.IntPtr System.nativeint
Attributes

Applies to