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

The alert arguments proxy.
Inheritance: IArgumentsProxy
Show file Open project: Catel/Catel

Public Methods

Method Description
AlertArgumentsProxy ( string caption, string message, string positiveButton, string negativeButton ) : System

Initializes a new instance of the AlertArgumentsProxy class.

Method Details

AlertArgumentsProxy() public method

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