C# Class Catel.Xamarin.Forms.ArgumentsProxyFactory

Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method Description
CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy

Creates a proxy for Xamarin.Forms.AlertArgument.

Method Details

CreateAlertArgument() public static method

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
return IArgumentsProxy