CommandBindingsCollectionDispose(Boolean) Method

Releases every binding in this CommandBindingsCollection.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
if this method is being called due to explicit disposing, if finalizing the object.

See Also