RGDataContextPostInitialization Method

Custom initialization that can be executed after RGF database initialization. The return value will be displayed on the screen.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public static void PostInitialization(
	Func<Task<string>> callback
)

Parameters

callback  FuncTaskString
The delegate to be executed.

See Also