Click or drag to resize

KryptonWorkspaceSequenceOnChildrenPropertyChanged Method

Handle a change in the child collection of items.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected void OnChildrenPropertyChanged(
	Object sender,
	PropertyChangedEventArgs e
)

Parameters

sender  Object
Source of the event.
e  PropertyChangedEventArgs
Event arguments associated with the event.
See Also