Click or drag to resize

SuspendableDocumentNodeBaseIsSomeoneListeningToChanges Property

Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsSomeoneListeningToChanges { get; }

Property Value

Boolean
true if someone listening to changes; otherwise, false.
See Also