Click or drag to resize

KryptonWorkspaceOnChildrenPropertyChanged Method

Change has occured in the hierarchy of children.

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

Parameters

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