Class EventArgs | Terminal.Gui v2 (original) (raw)
Namespace
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
Derived
Inherited Members
object.ReferenceEquals(object, object)
Constructors
Initializes a new instance of the EventArgs class.
Properties
The current value of the property.