ICommandBindingRemoveSource Method

Removes the specified source from this ICommandBinding instance. The used events of the removed source will be released.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
bool RemoveSource(
	Object source
)

Parameters

source  Object
The source to remove.

Return Value

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

See Also