Click or drag to resize

PropertyKeyT_editingControllerCreation Field

If not null, this function is called if the property needs to be edited. The argument is the original property value, the return al

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Func<T, IMVCANController>? _editingControllerCreation

Field Value

FuncT, IMVCANController
See Also