Table of Contents

Interface IValueControl<T>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Minimal interface for UI elements controlling a value that invokes an event when changed, with a property for reading that value.

public interface IValueControl<T> : IValueControl

Type Parameters

T
Inherited Members

Properties

Value

Current value of the control.

T Value { get; }

Property Value

T