Click or drag to resize

SuspendableDocumentLeafNodeHandleLowPriorityChildChangeCases Method

Handles the cases when a child changes, but a reaction is necessary only if the node is currently not suspended.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual bool HandleLowPriorityChildChangeCases(
	Object sender,
	ref EventArgs e
)

Parameters

sender  Object
The sender.
e  EventArgs
The EventArgs instance containing the event data.

Return Value

Boolean
True if the event has not changed the state of the table (i.e. it requires no further action).
See Also