UIAlertViewDelegate.WillPresent(UIAlertView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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