NameChangedEventHandler Delegate |
Event handler of the name changed event.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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