KryptonCheckSetKryptonCheckButtonCollectionOnRemoveComplete Method |
Occurs when an entry has been removed from the collection.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override void OnRemoveComplete(
int index,
Object value
)
Parameters
- index Int32
- Index of the removed entry.
- value Object
- Value at the removed entry.
See Also