Click or drag to resize

IChildChangedEventSinkEhChildChanged Method

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).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhChildChanged(
	Object child,
	EventArgs e
)

Parameters

child  Object
The child object.
e  EventArgs
The event arguments, which can be a derived class to provide details of the change.
See Also