Table of Contents

Constructor EventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventArgs(in T)

Initializes a new instance of the EventArgs<T> class.

public EventArgs(in T currentValue)

Parameters

currentValue T

The current value of the property.