Click or drag to resize

SuspendableDocumentLeafNodeHandleLowPriorityChildChangeCases Method

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

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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