Share via


UIAlertViewDelegate.Dismissed(UIAlertView, IntPtr) Method

Definition

Indicates that this UIAlertView has been dismissed.

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

Parameters

alertView
UIAlertView
buttonIndex
IntPtr

nativeint

Implements

Attributes

Applies to