Click or drag to resize

MacroCommandDescriptorCanExecute Property

a callback to use to calculate the "enabled" state on a "live" basis

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public CanExecuteCommand CanExecute { get; set; }

Property Value

Type: CanExecuteCommand
See Also