Class SingleValueEventArgs<T>
Represents an event argument containing a single value of type T
public class SingleValueEventArgs<T> : EventArgs
Type Parameters
TThe type of value the argument contains
- Inheritance
-
objectSingleValueEventArgs<T>
- Inherited Members
Properties
Value
Gets the value of the argument
public T Value { get; }
Property Value
- T