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: 2024.1.1.0 (2024.1.1.0)
Syntax protected override void OnInsertComplete(
int index,
Object value
)
Parameters
- index
- Type: SystemInt32
Index of new entry. - value
- Type: SystemObject
Value at the new index.
See Also