Share via


LeaveCell Event (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Occurs immediately before the currently active cell changes to a different cell.

Syntax

Private Sub object_LeaveCell()

The LeaveCell event syntax has one part:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.

Remarks

This event is used to validate the contents of a cell. This event does not occur when moving focus to a different control.

See Also

ModHFGrid Control