Class EventArgs | Terminal.Gui v2 (original) (raw)

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

object

EventArgs

EventArgs

Derived

ColorEventArgs

Inherited Members

EventArgs.Empty

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

EventArgs(in T)

Initializes a new instance of the EventArgs class.

Properties

CurrentValue

The current value of the property.

Edit this page