GenericEventArgs<T> class

Event arguments that contain a single value.

public class GenericEventArgs<T> : EventArgs

Public Members

name description
GenericEventArgs(…) Initializes a new instance of the GenericEventArgs class.
Value { get; } Gets the value.

See Also