Class Command<T>

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public sealed class Command<T> : Command
    Inheritance
    object
    Command
    Command<T>

    Constructors

    View Source

    Command(Action<T>, Func<T, bool>)

    Declaration
    public Command(Action<T> execute, Func<T, bool> canExecute)
    Parameters
    Type Name Description
    Action<><T> execute
    Func<, ><T, bool> canExecute
    View Source

    Command(Action<T>)

    Declaration
    public Command(Action<T> execute)
    Parameters
    Type Name Description
    Action<><T> execute

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX