CommandBindingsCollectionInsertItem Method

Inserts a binding into the CommandBindingsCollection at the specified index.

Definition

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

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  ICommandBinding
The binding to insert.

Exceptions

See Also