DataColumnCollectionHandleLowPriorityChildChangeCases Method |
Handles the cases when a child changes, but a reaction is neccessary only if the table is not suspended currently.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override 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).
Remarks See Also