ICommandBindingRemoveSource Method
Removes the specified
source from this
ICommandBinding instance. The used events of the removed source will be released.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool RemoveSource(
Object source
)
Function RemoveSource (
source As Object
) As Boolean
bool RemoveSource(
Object^ source
)
abstract RemoveSource :
source : Object -> bool
- source Object
- The source to remove.
Boolean, if the source was successfully removed; otherwise,
.