Share via


UIAlertViewDelegate_Extensions.Presented Method

Definition

Indicates that this UIAlertView has been presented to the application user.

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

Parameters

alertView
UIAlertView
Attributes

Applies to