DownClick Event

       

This event occurs when the down or left arrow button is clicked.

Syntax

Private Sub object_DownClick([index as integer])

The DownClick event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index An integer that uniquely identifies a control if it's in a control array.

Remarks

The DownClick event occurs after the Change event.