Share via


InteractionResult<T> Class

Definition

Represents the result of an interaction.

public class InteractionResult<T>
type InteractionResult<'T> = class
Public Class InteractionResult(Of T)

Type Parameters

T
Inheritance
InteractionResult<T>

Properties

Canceled

A flag indicating whether the interaction was canceled by the user.

Data

The data returned from the interaction. Won't have a useful value if the interaction was canceled.

Applies to