Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryChanged Event

Occurs when a list is added to the manager. The event is hold weak, thus you can safely add your handler without running in memory leaks.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action Changed

Value

Action

Implements

IStyleListManagerTList, TChanged
See Also