RecroGrid.OnCustomFunctionAsync 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.11.0.24.1208.1
C#
protected virtual Task<bool> OnCustomFunctionAsync(
	RecroTrack tracking,
	RecroGrid.CustomFunctionEventArgs args,
	RGUIMessages messages
)

Parameters

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

Return Value

Task<Boolean>
true if the execution is successful, otherwise false.

See Also