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
System.String

For internal use by the Xamarin.Forms platform.

cancel
System.String

For internal use by the Xamarin.Forms platform.

destruction
System.String

For internal use by the Xamarin.Forms platform.

buttons
System.Collections.Generic.IEnumerable<System.String>

For internal use by the Xamarin.Forms platform.

Applies to