Class HandledEventArgsWithResult<TValue, TResult>
Extends HandledEventArgs<T> with the Result property.
public class HandledEventArgsWithResult<TValue, TResult> : HandledEventArgs<TValue>
Type Parameters
TValue
Type of value property.
TResult
Type of result property.
- Inheritance
-
HandledEventArgs<TValue>HandledEventArgsWithResult<TValue, TResult>
Constructors
- HandledEventArgsWithResult(TValue)
Initializes a new instance of the BaseEventArgs<T> class.
Properties
- Result
Gets or sets result value.