RecroGridETEntityOnCustomFunctionAsync Method

It is called when a custom function set for RecroGrid is executed.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected override Task<bool> OnCustomFunctionAsync(
	RecroTrack tracking,
	RecroGridCustomFunctionEventArgs args,
	RGUIMessages messages
)

Parameters

tracking  RecroTrack
The tracking.
args  RecroGridCustomFunctionEventArgs
The RecroGridCustomFunctionEventArgs instance containing the event data.
messages  RGUIMessages
The messages to be sent to the client.

Return Value

TaskBoolean
true if the execution is successful, otherwise false.

See Also