C# Class Catel.Xamarin.Forms.ArgumentsProxyFactory

Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy

Creates a proxy for Xamarin.Forms.AlertArgument.

Method Details

CreateAlertArgument() public static méthode

Creates a proxy for Xamarin.Forms.AlertArgument.
public static CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy
caption string The caption
message string The message
positiveButton string The positive button text
negativeButton string The negative button text
Résultat IArgumentsProxy