ICommandBindingRemoveStateUpdater Method

Removes the specified state updater. The removed updater will not be disposed.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
bool RemoveStateUpdater(
	ICommandStateUpdater updater
)

Parameters

updater  ICommandStateUpdater
The updater to remove.

Return Value

Boolean
, if the updater was successfully removed; otherwise, .

See Also