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

    Parameters

    execute
    The execute delegate.
    See Also