UIAlertViewDelegate.Presented(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 has been presented to the application user.
[Foundation.Export("didPresentAlertView:")]
public virtual void Presented (UIKit.UIAlertView alertView);
abstract member Presented : UIKit.UIAlertView -> unit
override this.Presented : UIKit.UIAlertView -> unit
Parameters
- alertView
- UIAlertView
- Attributes