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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static event Action ServiceChanged
Value
ActionSee Also