LeaveCell Event

Fired before the current cell changes to a different cell.

Syntax

Private Sub VSFlexGrid_LeaveCell()

Remarks

This event is fired before the cursor leaves the current cell, either as a result of mouse/keyboard action, or when the current selection is modified programmatically.

See Also

VSFlexGrid Control