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.3.1.24.0524.1
C#
public static void PostInitialization(
	Func<Task<string>> callback
)

Parameters

callback  FuncTaskString
The delegate to be executed.

See Also