SuspendableDocumentLeafNodeHandleLowPriorityChildChangeCases Method |
Handles the cases when a child changes, but a reaction is neccessary only if the table is not suspended currently.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the event has not changed the state of the table (i.e. it requires no further action).
See Also