RGDataContextPostInitialization Method
Custom initialization that can be executed after RGF database initialization.
The return value will be displayed on the screen.
Namespace: Recrovit.RecroGridFramework.DataAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
public static void PostInitialization(
Func<Task<string>> callback
)
Parameters
- callback FuncTaskString
- The delegate to be executed.