KryptonCheckSetKryptonCheckButtonCollectionOnRemoveComplete Method |
Occurs when an entry has been removed from 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 OnRemoveComplete(
int index,
Object value
)
Parameters
- index
- Type: SystemInt32
Index of the removed entry. - value
- Type: SystemObject
Value at the removed entry.
See Also