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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected void OnChildrenPropertyChanged(
	Object sender,
	PropertyChangedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: System.ComponentModelPropertyChangedEventArgs
Event arguments associated with the event.
See Also