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