Click or drag to resize

IChildChangedEventSink Interface

[Missing <summary> documentation for "T:Altaxo.Main.IChildChangedEventSink"]


Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IChildChangedEventSink

The IChildChangedEventSink type exposes the following members.

Methods
 NameDescription
Public methodEhChildChanged This function is used by the childs of an object to signal an parent object that they have changed. If the function returns true, the child have to suspend it's change notifications (if this is supported by the child).
Top
See Also