Constructor EventArgs
EventArgs(in T)
Initializes a new instance of the EventArgs<T> class.
public EventArgs(in T currentValue)
Parameters
currentValueTThe current value of the property.
Initializes a new instance of the EventArgs<T> class.
public EventArgs(in T currentValue)
currentValue TThe current value of the property.