SimpleCollectionChangedEventArgsOriginator Property |
Gets or sets the originator of this event, i.e. the collection in which the change took place.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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