FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BindableRef<T>

    Bindable reference is used to bind the reference of the specific type to the mediator. It can be used, for example, to bind the reference of one mediator to another mediator.

    Inheritance
    Object
    BindableRef<T>
    Implements
    IBindableRef<T>
    IBindable
    Namespace: FastenUp.Runtime.Bindables
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class BindableRef<T> : IBindableRef<T>, IBindable where T : class
    Type Parameters
    Name Description
    T

    The type of the referenced object.

    Properties

    Value

    The referenced object.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    Events

    OnRefChanged

    This event will be invoked when the referenced object is changed.

    Declaration
    public event Action OnRefChanged
    Event Type
    Type Description
    Action

    Implements

    IBindableRef<T>
    IBindable
    In This Article
    Back to top Generated by DocFX