ICommandBindingStateUpdaters Property

Gets a copy of the state updaters of this ICommandBinding.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
IList<ICommandStateUpdater> StateUpdaters { get; }

Property Value

IListICommandStateUpdater

See Also