UIAlertViewDelegate.WillPresent(UIAlertView) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica que essa UIAlertView será apresentada em breve ao usuário do aplicativo.
[Foundation.Export("willPresentAlertView:")]
public virtual void WillPresent (UIKit.UIAlertView alertView);
abstract member WillPresent : UIKit.UIAlertView -> unit
override this.WillPresent : UIKit.UIAlertView -> unit
Parâmetros
- alertView
- UIAlertView
- Atributos