Share via


IUIAlertViewDelegate.WillPresent(UIAlertView) Method

Definition

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

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

Parameters

alertView
UIAlertView
Attributes

Applies to