Table of Contents

Interface IBindable

Namespace
Bindables
Assembly
Bindables.dll

Base interface for bindable objects that can notify observers when changes occur.

public interface IBindable

Events

OnChange

Event triggered when the bindable value changes.

event Action OnChange

Event Type

Action