Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryOnListAdded Method

Raises notifications after a list has been added.

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

Parameters

list  TList
The added list.
level  ItemDefinitionLevel
The definition level of the added list.
See Also