Share via


UIAlertViewDelegate.WillPresent(UIAlertView) Method

Definition

Indicates that this UIAlertView will shortly be presented to the application user.

[Foundation.Export("willPresentAlertView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresent(UIKit.UIAlertView alertView);
[<Foundation.Export("willPresentAlertView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresent : UIKit.UIAlertView -> unit
override this.WillPresent : UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView

Implements

Attributes

Applies to