Click or drag to resize

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected 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