G2DPlotStyleCollectionAccumulateChangeData Method |
Accumulates the change data of the child.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void AccumulateChangeData(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The sender of the change notification (currently unused).
- e EventArgs
- The change event args can provide details of the change (currently unused).
Exceptions
See Also