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

Search Results for

    Method BindCommand

    BindCommand<TContext>(Binder<TContext>, Action<TContext>, Expression<Func<TContext, bool>>)

    Declaration
    public static CommandRuleBinder<TContext> BindCommand<TContext>(this Binder<TContext> binder, Action<TContext> executeAction, Expression<Func<TContext, bool>> canExecuteExpression) where TContext : class
    Parameters
    Type Name Description
    Binder<TContext> binder
    Action<TContext> executeAction
    Expression<Func<TContext, bool>> canExecuteExpression
    Returns
    Type Description
    CommandRuleBinder<TContext>
    Type Parameters
    Name Description
    TContext

    BindCommand<TContext>(Binder<TContext>, Action<TContext, object>, Expression<Func<TContext, object, bool>>)

    Declaration
    public static CommandRuleBinder<TContext> BindCommand<TContext>(this Binder<TContext> binder, Action<TContext, object> executeAction, Expression<Func<TContext, object, bool>> canExecuteExpression) where TContext : class
    Parameters
    Type Name Description
    Binder<TContext> binder
    Action<TContext, object> executeAction
    Expression<Func<TContext, object, bool>> canExecuteExpression
    Returns
    Type Description
    CommandRuleBinder<TContext>
    Type Parameters
    Name Description
    TContext
    © Xab3r. All rights reserved.