Class BaseEventArgs<T>
Extends BaseEventArgs with parameter of T
type.
public class BaseEventArgs<T> : BaseEventArgs
Type Parameters
T
Type of the Value property.
- Inheritance
-
BaseEventArgs<T>
Constructors
- BaseEventArgs(T)
Initializes a new instance of the BaseEventArgs<T> class.
Properties
- Value
Gets parameter value.