Click or drag to resize

DataColumnCollectionHandleLowPriorityChildChangeCases Method

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

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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
This instance is always sending EventArgs of type DataColumnCollectionChangedEventArgs. This means, that event args of any other type should be transformed in DataColumnCollectionChangedEventArgs.
See Also