Table of Contents

Constructor ResultEventArgs

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

ResultEventArgs()

Initializes a new instance of the ResultEventArgs<T> class with no initial result.

public ResultEventArgs()

ResultEventArgs(T?)

Initializes a new instance of the ResultEventArgs<T> class with an initial result.

public ResultEventArgs(T? result)

Parameters

result T

The initial result, which may be null for optional outcomes.