ICommandBindingState Property

Gets the managed set of states of this ICommandBinding instance. Whenever a new source is added or an entry of the returned ICommandState is changed, and at least one ICommandStateUpdater is added to this ICommandBinding, then the entries are applied for all of the sources of the binding.
See the Remarks section of the ICommandState interface for details.

Definition

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

Property Value

ICommandState
An ICommandState instance that represents the managed states of the binding. Can be also used as a dynamic object to set and get state entries as properties.

See Also