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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsSomeoneListeningToChanges { get; }
Property Value
Booleantrue if someone listening to changes; otherwise,
false.
See Also