CommandBindingsCollectionRemoveItemAt Method

Removes the binding at the specified index of the CommandBindingsCollection. The removed binding will be disposed.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
protected override void RemoveItemAt(
	int index
)

Parameters

index  Int32
The zero-based index of the element to remove.

See Also