Occurs when a date on the control is double-clicked.
Syntax
Private Sub object_DateDblClick([index As Integer], DateDblClicked As Date)
The DateDblClick 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. |
DateDblClicked | A date expression specifying the date that was clicked. |
Remarks
The DateDblClick event can be used to respond to the user double-clicking on a particular date. The DateDblClicked can be used to determine which date was double-clicked.