UIActionSheetDelegate_Extensions.Clicked Method

Definition

Indicates that the button at the buttonIndex was clicked.

public static void Clicked (this UIKit.IUIActionSheetDelegate This, UIKit.UIActionSheet actionSheet, nint buttonIndex);
static member Clicked : UIKit.IUIActionSheetDelegate * UIKit.UIActionSheet * nint -> unit

Parameters

This
IUIActionSheetDelegate

The instance on which this extension method operates.

actionSheet
UIActionSheet
buttonIndex
System.System.IntPtr System.nativeint

Applies to