WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / DelegateCommand Class / DelegateCommand Constructor / DelegateCommand Constructor(Action<Object>,Predicate<Object>)
The execute delegate.
The can execute delegate.
In This Topic
    DelegateCommand Constructor(Action<Object>,Predicate<Object>)
    In This Topic
    Initializes a new instance of the DelegateCommand class.
    Syntax

    Parameters

    execute
    The execute delegate.
    canExecute
    The can execute delegate.
    See Also