UIAlertViewDelegate_Extensions.Clicked Method

Definition

Indicates that the user has clicked a button in this UIAlertView.

public static void Clicked (this UIKit.IUIAlertViewDelegate This, UIKit.UIAlertView alertview, nint buttonIndex);
static member Clicked : UIKit.IUIAlertViewDelegate * UIKit.UIAlertView * nint -> unit

Parameters

This
IUIAlertViewDelegate

The instance on which this extension method operates.

alertview
UIAlertView
buttonIndex
System.System.IntPtr System.nativeint

Applies to