IChildChangedEventSink Interface |
Interface for objects that receive child change notifications from owned components.
Implementations should handle child changes and propagate state updates.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface IChildChangedEventSink
The IChildChangedEventSink type exposes the following members.
Methods| | Name | Description |
|---|
 | EhChildChanged |
This function is used by the children of an object to signal to a 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