Click or drag to resize

SuspendableDocumentNodeWithSetOfEventArgsAccumulatedEventData Property

Gets the accumulated event data.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override IEnumerable<EventArgs> AccumulatedEventData { get; }

Property Value

IEnumerableEventArgs
The accumulated event data.
See Also