ActionSheetArguments.SetResult(String) Method

Definition

Sets the result of the action sheet.

public:
 void SetResult(System::String ^ result);
public void SetResult(string result);
member this.SetResult : string -> unit
Public Sub SetResult (result As String)

Parameters

result
String

The selected button text.

Applies to