Skip to content

OnExiting - cCJGrid

Called when the focus is being moved away from the grid

Type: Event
Return Data Type: Boolean

Parameters

Parameter Type Description
hoDestination Handle Handle of the object about to take the focus

Syntax

Function OnExiting Handle hoDestination Returns Boolean

Description

OnExiting is called when the focus is being moved away from the grid to another object. This event can be used to handle any exiting requirements.

Return Value

Returning true will cancel the focus change. As always, you are discouraged from using entering and exiting events to control navigation.