KryptonCheckSetKryptonCheckButtonCollectionOnSetComplete Method |
Occurs when a index has a value replaced.
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 OnSetComplete(
int index,
Object oldValue,
Object newValue
)
Parameters
- index
- Type: SystemInt32
Index of the change in value. - oldValue
- Type: SystemObject
Value being replaced. - newValue
- Type: SystemObject
Value to be used.
See Also