ExecuteCommandEventArgsState Property

Gets the state of the ICommand. Setting the Enabled property from the Executing event affects the actual execution.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ICommandState State { get; }

Property Value

ICommandState

See Also