ActionSheetArguments Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.