Table of Contents

Interface IValueSource<T>

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

Provides access to the value of the specified type.

public interface IValueSource<T>

Type Parameters

T

Type of the value.

Properties

Value

Gets or sets value.

Events

ValueChanged

Occurs when the value is changed.