C# Class Catel.Xamarin.Forms.ArgumentsProxyFactory.AlertArgumentsProxy

The alert arguments proxy.
Inheritance: IArgumentsProxy
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
AlertArgumentsProxy ( string caption, string message, string positiveButton, string negativeButton ) : System

Initializes a new instance of the AlertArgumentsProxy class.

Method Details

AlertArgumentsProxy() public méthode

Initializes a new instance of the AlertArgumentsProxy class.
public AlertArgumentsProxy ( string caption, string message, string positiveButton, string negativeButton ) : System
caption string The caption
message string The message
positiveButton string The positive button text
negativeButton string The negative button text
Résultat System