GenericEventArgs<T> constructor

Initializes a new instance of the GenericEventArgs class.

public GenericEventArgs(T value)
parameter description
value The value.

See Also