EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method AddOrUpdateBinding

    AddOrUpdateBinding<TTarget, TSource, TProperty>(TTarget, Expression<Func<TTarget, TProperty>>, TSource, Expression<Func<TSource, TProperty>>)

    Declaration
    public static IDisposable AddOrUpdateBinding<TTarget, TSource, TProperty>(this TTarget instance, Expression<Func<TTarget, TProperty>> targetProperty, TSource source, Expression<Func<TSource, TProperty>> sourceExpression) where TTarget : BindableReactiveObject where TSource : DisposableReactiveObject
    Parameters
    Type Name Description
    TTarget instance
    Expression<Func<TTarget, TProperty>> targetProperty
    TSource source
    Expression<Func<TSource, TProperty>> sourceExpression
    Returns
    Type Description
    IDisposable
    Type Parameters
    Name Description
    TTarget
    TSource
    TProperty
    © Xab3r. All rights reserved.