ActionSheetArguments Constructor

Definition

For internal use by the Xamarin.Forms platform.

public ActionSheetArguments (string title, string cancel, string destruction, System.Collections.Generic.IEnumerable<string> buttons);
new Xamarin.Forms.Internals.ActionSheetArguments : string * string * string * seq<string> -> Xamarin.Forms.Internals.ActionSheetArguments

Parameters

title
String

For internal use by the Xamarin.Forms platform.

cancel
String

For internal use by the Xamarin.Forms platform.

destruction
String

For internal use by the Xamarin.Forms platform.

buttons
IEnumerable<String>

For internal use by the Xamarin.Forms platform.

Applies to