Click or drag to resize

DataTableOnChanged Method

Fires the change event with the EventArgs provided in the argument.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void OnChanged(
	EventArgs e
)

Parameters

e  EventArgs
The EventArgs instance containing the event data.
See Also