Table of Contents

Class HandledEventArgsWithResult<TValue, TResult>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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
HandledEventArgsWithResult<TValue, TResult>

Constructors

HandledEventArgsWithResult(TValue)

Initializes a new instance of the BaseEventArgs<T> class.

Properties

Result

Gets or sets result value.