UIAlertViewDelegate.WillPresent(UIAlertView) Method

Definition

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

[Foundation.Export("willPresentAlertView:")]
public virtual void WillPresent (UIKit.UIAlertView alertView);
abstract member WillPresent : UIKit.UIAlertView -> unit
override this.WillPresent : UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView
Attributes

Applies to