DataTableOnChanged Method |
Fires the change event with the EventArgs provided in the argument.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void OnChanged(
EventArgs e
)
Parameters
- e EventArgs
- The EventArgs instance containing the event data.
See Also