Click or drag to resize

NameChangedEventHandler Delegate

Event handler of the name changed event.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void NameChangedEventHandler(
	Object sender,
	NameChangedEventArgs e
)

Parameters

sender  Object
The sender of the event (not neccessarily the instance whose name has changed).
e  NameChangedEventArgs
The NameChangedEventArgs instance containing the event data.
See Also