Click or drag to resize

SuspendableDocumentNodeEhChildChanged Method

Used by childs of this object to inform us about a change in their state.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhChildChanged(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
The sender of this event, usually a child of this object.
e  EventArgs
The change details.

Implements

IChildChangedEventSinkEhChildChanged(Object, EventArgs)
See Also