Table of Contents

Property Command

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Command

The command that will be executed when the class is "invoked". Classes that implement this interface should enable or disable based on the command's CanExecute(object?) return value.

public virtual ICommand? Command { get; set; }

Property Value

ICommand