Click or drag to resize

SimpleCollectionChangedEventArgsOriginator Property

Gets or sets the originator of this event, i.e. the collection in which the change took place.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDocumentLeafNode Originator { get; protected set; }

Property Value

IDocumentLeafNode
The originator of the event, i.e. the collection in which the change took place.
See Also