Table of Contents

Class BaseEventArgs<T>

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

Extends BaseEventArgs with parameter of T type.

public class BaseEventArgs<T> : BaseEventArgs

Type Parameters

T

Type of the Value property.

Inheritance
BaseEventArgs<T>
Derived

Constructors

BaseEventArgs()

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

BaseEventArgs(T)

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

Properties

Value

Gets parameter value.