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