IDialogStack.Done<R>(R) Method

Definition

Complete the current dialog and return a result to the parent dialog.

public void Done<R> (R value);
abstract member Done : 'R -> unit
Public Sub Done(Of R) (value As R)

Type Parameters

R

The type of the result dialog.

Parameters

value
R

The value of the result.

Applies to