Click or drag to resize

FontXFontDestructed Event

Occurs when a FontX instance was disposed. Argument is the invariant description string of the destructed FontX instance.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static event Action<string> FontDestructed

Value

ActionString
See Also