Table of Contents

Class EventArgs<T>

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventArgs for events that convey changes to a property of type T.

public class EventArgs<T> : EventArgs where T : notnull

Type Parameters

T

The type of the value that was part of the change being canceled.

Inheritance
EventArgs<T>
Derived
Inherited Members

Constructors

EventArgs(in T)

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

Properties

CurrentValue

The current value of the property.