Share via


UIAlertViewDelegate.Clicked(UIAlertView, IntPtr) Method

Definition

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

[Foundation.Export("alertView:clickedButtonAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Clicked(UIKit.UIAlertView alertview, IntPtr buttonIndex);
[<Foundation.Export("alertView:clickedButtonAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Clicked : UIKit.UIAlertView * nativeint -> unit
override this.Clicked : UIKit.UIAlertView * nativeint -> unit

Parameters

alertview
UIAlertView
buttonIndex
IntPtr

nativeint

Implements

Attributes

Applies to