IBindableSource.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Binding/IBindableSource.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Binding/IBindableSource.cs
Source file hash: sha256:c434dd3496bec4627e1f280ed9a9f69242b5013c8df94ccf78e43f9cd52bef98
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IBindableSource<T>
Section titled “Type: IBindableSource<T>”Original lines: 28-39
Declaration hash: sha256:76d1855c5a34821921e8bbe938e19a47a0d4b17742ddccb325ee84b813988efb
public interface IBindableSource<T>{}Property: Value
Section titled “Property: Value”Original lines: 33
Declaration hash: sha256:2c451258f0d78ac40374dd717e15f0ef6f017f854ad8bd5a17507f5bc59bdb04
T Value { get; set; }Event: ValueChanged
Section titled “Event: ValueChanged”Original lines: 38
Declaration hash: sha256:141bdcaf126eca28a35192ebaa22dc7cd2e3bf1f26cef279c3ffdbd93abe7a6c
event System.Action<T, T> ValueChanged;