Share via


UIAlertViewDelegate_Extensions.Clicked Method

Definition

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

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

Parameters

alertview
UIAlertView
buttonIndex
IntPtr

nativeint

Attributes

Applies to