Click or drag to resize

CurrentServiceChanged Event

Occurs when a service was added or removed. Static classes that cache a service should invalidate their cached service member in response to this event. Attention: Only static classes should subscribe to this event! (Or use a weak event handler in order to avoid memory leaks).

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

Value

Action
See Also