Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryOnListChanged Method

Raises notifications after a list has changed.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void OnListChanged(
	TList list,
	ItemDefinitionLevel level
)

Parameters

list  TList
The affected list.
level  ItemDefinitionLevel
The definition level associated with the change.
See Also