Skip to content

Debology.Debby.Modules.Adjust

IAdjustableValue<T> Interface

Interface for adjustable values of a specific type.

csharp
public interface IAdjustableValue<T> : Debology.Debby.Modules.Adjust.IAdjustableValueBase, Debology.Debby.Modules.Adjust.IAdjustable, Debology.Debby.Modules.Adjust.ITrackableValue

Type parameters

T

The type of the adjustable value

Derived
AdjustableValue<T>

Implements Debology.Debby.Modules.Adjust.IAdjustableValueBase, Debology.Debby.Modules.Adjust.IAdjustable, Debology.Debby.Modules.Adjust.ITrackableValue

Events

IAdjustableValue<T>.OnValueChanged Event

Event raised when the value changes.

csharp
event Action<T> OnValueChanged;

Event Type

System.Action<T>

Explicit Interface Implementations

Debology.Debby.Modules.Adjust.IAdjustableValueBase.RawValue Property

The value as a raw object.

csharp
object Debology.Debby.Modules.Adjust.IAdjustableValueBase.RawValue { get; set; }

Implements RawValue