Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionOnInsertComplete Method

Occurs when a new entry has been added to the collection.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void OnInsertComplete(
	int index,
	Object value
)

Parameters

index  Int32
Index of new entry.
value  Object
Value at the new index.
See Also