Click or drag to resize
FormFieldDataOnFieldCreated Field
Custom initialize function that will be called when the field's entity is created.

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<Entity> OnFieldCreated

Field Value

Type: ActionEntity
See Also