ActionSheetArguments Class

Definition

Arguments for an action sheet dialog.

public ref class ActionSheetArguments
public class ActionSheetArguments
type ActionSheetArguments = class
Public Class ActionSheetArguments
Inheritance
ActionSheetArguments

Constructors

Name Description
ActionSheetArguments(String, String, String, IEnumerable<String>)

Creates a new ActionSheetArguments with the specified parameters.

Properties

Name Description
Buttons

Gets titles of any buttons on the action sheet that aren't Cancel or Destruction. Can be null.

Cancel

Gets the text for a cancel button. Can be null.

Destruction

Gets the text for a destructive button. Can be null.

FlowDirection
Result

Gets the task completion source for the user's choice.

Title

Gets the title for the action sheet. Can be null.

Methods

Name Description
SetResult(String)

Sets the result of the action sheet.

Applies to