ICommandBindingRemoveTarget Method

Removes the specified target from this ICommandBinding instance.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
bool RemoveTarget(
	Object target
)

Parameters

target  Object
The target to remove.

Return Value

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

See Also