Click or drag to resize

NameChangedEventArgsSource Property

Gets the source of the event, i.e. the instance whose name has changed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object Source { get; }

Property Value

Object
The source of the event.
See Also